summaryrefslogtreecommitdiff
path: root/smoketest/configs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-22 08:34:35 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-22 08:34:35 +0200
commit594c57d9b16cac5810f796f15ad7458bd0877435 (patch)
treee15a24c3f2a360f5acb841855ca6deea11b74cba /smoketest/configs
parent20a2fd22f4657b60e02485cd9137bfc068fb44f9 (diff)
downloadvyos-1x-594c57d9b16cac5810f796f15ad7458bd0877435.tar.gz
vyos-1x-594c57d9b16cac5810f796f15ad7458bd0877435.zip
tunnel: T3925: fix configtest - source-interface does not work with gretap
Diffstat (limited to 'smoketest/configs')
-rw-r--r--smoketest/configs/tunnel-broker4
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 {