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:38:38 +0200 |
commit | c1015d8ce0013719eb898b60b14ffec192b8141c (patch) | |
tree | 437d13855736da81e90be43e4e6f48c65270ff86 /smoketest/configs | |
parent | 1312068cb9743dd4d16edd37dbed9c142724997e (diff) | |
download | vyos-1x-c1015d8ce0013719eb898b60b14ffec192b8141c.tar.gz vyos-1x-c1015d8ce0013719eb898b60b14ffec192b8141c.zip |
tunnel: T3925: dhcp-interface was of no use - use source-interface instead
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 { |