From 0dd41096f14771ffa476f52793308bffac51b59a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 7 Feb 2021 20:33:18 +0100 Subject: smoketest: configs: rip: add VLAN interfaces to test migration scripts --- smoketest/configs/rip-router | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'smoketest/configs') diff --git a/smoketest/configs/rip-router b/smoketest/configs/rip-router index 76159bd11..0a3a41103 100644 --- a/smoketest/configs/rip-router +++ b/smoketest/configs/rip-router @@ -24,6 +24,52 @@ interfaces { duplex auto smp-affinity auto speed auto + vif 20 { + ip { + rip { + authentication { + plaintext-password VyOSsecure + } + split-horizon { + poison-reverse + } + } + } + } + vif-s 200 { + ip { + rip { + authentication { + md5 1 { + password VyOSsecure + } + } + split-horizon { + disable + } + } + } + vif-c 2000 { + ip { + rip { + authentication { + md5 1 { + password VyOSsecure + } + } + } + } + } + vif-c 3000 { + ip { + rip { + split-horizon { + disable + } + } + } + } + } } } protocols { @@ -33,6 +79,10 @@ protocols { originate } interface eth0 + interface eth1.20 + interface eth1.200 + interface eth1.200.2000 + interface eth1.200.3000 network 192.168.0.0/24 redistribute { connected { -- cgit v1.2.3