diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-21 19:38:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-21 19:46:05 +0200 |
commit | 103fca9f77c28e392146f791e0241e119feeadc9 (patch) | |
tree | 959fb82e019a72a35bf93a90d93a9e2e1c80adf9 /smoketest/configs | |
parent | 7bf418f5979b85d55d5634184b40b5d3a82966f9 (diff) | |
download | vyos-1x-103fca9f77c28e392146f791e0241e119feeadc9.tar.gz vyos-1x-103fca9f77c28e392146f791e0241e119feeadc9.zip |
tunnel: T3925: dhcp-interface was of no use - use source-interface instead
(cherry picked from commit c1015d8ce0013719eb898b60b14ffec192b8141c)
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/tunnel-broker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/configs/tunnel-broker b/smoketest/configs/tunnel-broker index d4a5c2dfc..03ac0db41 100644 --- a/smoketest/configs/tunnel-broker +++ b/smoketest/configs/tunnel-broker @@ -56,7 +56,7 @@ interfaces { tunnel tun100 { address 172.16.0.1/30 encapsulation gre-bridge - local-ip 192.0.2.0 + dhcp-interface eth0 remote-ip 192.0.2.100 } tunnel tun200 { |