]> git.proxmox.com Git - mirror_frr.git/commitdiff
topotests: use new OSPFv3 interface area syntax
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 27 Jul 2021 12:44:41 +0000 (09:44 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 6 Aug 2021 13:38:17 +0000 (10:38 -0300)
The old one is not VRF aware and is being deprecated.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/bfd_topo2/r2/ospf6d.conf
tests/topotests/bfd_topo2/r4/ospf6d.conf

index 48a729ce19444b6c9f9f7584f8b6f1dde120ac3d..524e2c94304937a5375b62156413444f1659a521 100644 (file)
@@ -1,4 +1,5 @@
 interface r2-eth2
+ ipv6 ospf6 area 0.0.0.1
  ipv6 ospf6 bfd
  ipv6 ospf6 hello-interval 2
  ipv6 ospf6 dead-interval 10
@@ -7,5 +8,4 @@ router ospf6
  ospf6 router-id 10.254.254.2
  redistribute connected
  redistribute bgp
- interface r2-eth2 area 0.0.0.1
 !
index 57f7f6c079b56da74f5ce4b89198131d76e9e366..2f38c51c3582852d85405b3d27beb5cca87e19a1 100644 (file)
@@ -1,4 +1,5 @@
 interface r4-eth0
+ ipv6 ospf6 area 0.0.0.1
  ipv6 ospf6 bfd
  ipv6 ospf6 hello-interval 2
  ipv6 ospf6 dead-interval 10
@@ -6,5 +7,4 @@ interface r4-eth0
 router ospf6
  ospf6 router-id 10.254.254.4
  redistribute connected
- interface r4-eth0 area 0.0.0.1
 !