diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-30 20:41:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-30 20:41:13 +0200 |
commit | 0f224ec009aed6184691da49b8aba5a53b162770 (patch) | |
tree | 57734f744af6cda2b2397ca2ee6d2f71b3238278 /smoketest | |
parent | f0c38c2b6ddacfffe6d0b097952ac35fbe5a36fa (diff) | |
download | vyos-1x-0f224ec009aed6184691da49b8aba5a53b162770.tar.gz vyos-1x-0f224ec009aed6184691da49b8aba5a53b162770.zip |
smoketest: remove ospf from bgp vrf config
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/configs/vrf-bgp-pppoe-underlay | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/smoketest/configs/vrf-bgp-pppoe-underlay b/smoketest/configs/vrf-bgp-pppoe-underlay index 6e8938b27..cba35eab1 100644 --- a/smoketest/configs/vrf-bgp-pppoe-underlay +++ b/smoketest/configs/vrf-bgp-pppoe-underlay @@ -445,60 +445,6 @@ vrf { } system-as 100 } - ospf { - area 0 { - area-type { - normal - } - authentication md5 - } - interface wg500 { - area 0 - authentication { - md5 { - key-id 10 { - md5-key vyosospf01 - } - } - } - network point-to-point - passive { - disable - } - } - log-adjacency-changes { - detail - } - parameters { - abr-type cisco - router-id 100.64.51.252 - } - passive-interface default - redistribute { - connected { - } - static { - } - } - } - ospfv3 { - interface wg501 { - area 0 - network point-to-point - } - log-adjacency-changes { - detail - } - parameters { - router-id 100.64.51.252 - } - redistribute { - connected { - } - static { - } - } - } static { route 192.168.0.0/24 { next-hop 100.64.51.220 { |