Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 1 | { |
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 |