diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-22 08:34:35 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-22 08:34:51 +0200 |
commit | 017c31d96d2c916029f5181d3ab6c4a66afc61ab (patch) | |
tree | 23a25fd1bf53face0a05b98a2b4ccbd1e2de7ba8 | |
parent | a0faf833bb91f8fc831850a27d31a84d58f76e75 (diff) | |
download | vyos-1x-017c31d96d2c916029f5181d3ab6c4a66afc61ab.tar.gz vyos-1x-017c31d96d2c916029f5181d3ab6c4a66afc61ab.zip |
tunnel: T3925: fix configtest - source-interface does not work with gretap
(cherry picked from commit 594c57d9b16cac5810f796f15ad7458bd0877435)
-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 { |