diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-11 20:36:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-11 20:37:19 +0100 |
commit | 8a39f15242ef0596a7d93001f7d413702f1ad7f5 (patch) | |
tree | 41174f0970e31ece8cf368bca523b0d0d9493ebd /smoketest/configs | |
parent | 8919e40a3c0b84053e422a8445a5fca829e5990f (diff) | |
download | vyos-1x-8a39f15242ef0596a7d93001f7d413702f1ad7f5.tar.gz vyos-1x-8a39f15242ef0596a7d93001f7d413702f1ad7f5.zip |
ospfv3: T3267: move interface specific options to "protocols ospfv3"
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/ospf-small | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/smoketest/configs/ospf-small b/smoketest/configs/ospf-small index fe313e4b0..d95ba4ea4 100644 --- a/smoketest/configs/ospf-small +++ b/smoketest/configs/ospf-small @@ -24,12 +24,27 @@ interfaces { transmit-delay 1 } } + ipv6 { + ospfv3 { + bfd + cost 40 + } + } } } ethernet eth1 { duplex auto smp-affinity auto speed auto + ipv6 { + ospfv3 { + bfd + cost 60 + mtu-ignore + network broadcast + priority 20 + } + } } } protocols { @@ -47,6 +62,13 @@ protocols { passive-interface default passive-interface-exclude eth0.201 } + ospfv3 { + area 0.0.0.0 { + interface eth0 + interface eth1 + interface eth2 + } + } static { route 0.0.0.0/0 { next-hop 172.18.201.254 { |