blob: 6ddcfbd20756b3b67235d9831ae0dca75dd341d2 [file] [log] [blame]
Stephane Barbariebcea2f42018-03-02 18:46:32 -05001{
2 "name": "pon0",
3 "type": "bridge",
4 "bridge": "pon0",
5 "isGateway": true,
6 "ipMask": true,
7 "ipam": {
8 "type": "host-local",
9 "subnet": "10.22.0.0/16",
10 "routes": [
11 { "dst": "0.0.0.0/0" }
12 ]
13 }
14}
15