Attempt to fix indirect DHCP client
- MAC of h1 should not be 00:aa: since there is a static IP defined in dhcpd.conf
- Add relayAgentIps in netcfg
- Fix quagga config for duplicated sequence number
- Separate default and indirect config
Change-Id: I1370d11df513a2fb752db1d10731585ca3c967dd
diff --git a/trellis/trellis_remote_dhcp.json b/trellis/trellis_remote_dhcp.json
index a836a0f..2566122 100644
--- a/trellis/trellis_remote_dhcp.json
+++ b/trellis/trellis_remote_dhcp.json
@@ -181,6 +181,18 @@
"serverIps": ["10.0.99.3"],
"gatewayIps": ["10.0.1.1"]
}
+ ],
+ "indirect" : [
+ {
+ "dhcpServerConnectPoint": "of:0000000000000205/8",
+ "serverIps": ["10.0.99.3"],
+ "gatewayIps": ["10.0.1.1"],
+ "relayAgentIps": {
+ "of:0000000000000204": {
+ "ipv4": "10.0.4.254"
+ }
+ }
+ }
]
}
}