Yi Tseng | 483ac6f | 2017-08-02 15:03:31 -0700 | [diff] [blame] | 1 | { |
| 2 | "apps": { |
| 3 | "org.onosproject.dhcprelay" : { |
| 4 | "default": [ |
| 5 | { |
| 6 | "dhcpServerConnectPoint": "of:0000000000000002/2", |
| 7 | "serverIps": ["172.168.10.2", "2000::200:1"], |
Yi Tseng | 3df7f9d | 2017-08-17 13:08:31 -0700 | [diff] [blame] | 8 | "gatewayIps": ["192.168.10.254", "1000::100:1"], |
| 9 | "relayAgentIps": ["10.0.0.1", "1000:100::100:1"] |
Yi Tseng | 483ac6f | 2017-08-02 15:03:31 -0700 | [diff] [blame] | 10 | } |
| 11 | ], |
| 12 | "indirect": [ |
| 13 | { |
| 14 | "dhcpServerConnectPoint": "of:0000000000000002/3", |
Yi Tseng | 3df7f9d | 2017-08-17 13:08:31 -0700 | [diff] [blame] | 15 | "serverIps": ["172.168.10.3"], |
| 16 | "relayAgentIps": ["10.0.1.1"] |
Yi Tseng | 483ac6f | 2017-08-02 15:03:31 -0700 | [diff] [blame] | 17 | } |
Yi Tseng | 51f1be9 | 2017-09-01 17:24:57 -0700 | [diff] [blame] | 18 | ], |
| 19 | "ignoreDhcp": [ |
| 20 | {"deviceId": "of:0000000000000001", "vlan": 100}, |
| 21 | {"deviceId": "of:0000000000000002", "vlan": 100} |
Yi Tseng | 483ac6f | 2017-08-02 15:03:31 -0700 | [diff] [blame] | 22 | ] |
| 23 | } |
| 24 | } |
| 25 | } |