diff options
-rw-r--r-- | smoketest/configs/tunnel-broker | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/configs/tunnel-broker b/smoketest/configs/tunnel-broker index 03ac0db41..9a1e79719 100644 --- a/smoketest/configs/tunnel-broker +++ b/smoketest/configs/tunnel-broker @@ -56,13 +56,13 @@ interfaces { tunnel tun100 { address 172.16.0.1/30 encapsulation gre-bridge - dhcp-interface eth0 + local-ip 192.0.2.1 remote-ip 192.0.2.100 } tunnel tun200 { address 172.16.0.5/30 encapsulation gre - local-ip 192.0.2.1 + dhcp-interface eth0 remote-ip 192.0.2.101 } tunnel tun300 { |