mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:01:42 +00:00
tests: replace "interface IFNAME area" with "ipv6 ospf6 area"
Only one test is modified yet, to have both new and deprecated commands tested by the CI. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
aa47a69b32
commit
cdde8b4bc7
@ -54,10 +54,12 @@ Simplified `R1` config (R1 is similar)
|
|||||||
hostname r1
|
hostname r1
|
||||||
!
|
!
|
||||||
interface r1-stubnet vrf r1-cust1
|
interface r1-stubnet vrf r1-cust1
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 address fc00:1:1:1::1/64
|
ipv6 address fc00:1:1:1::1/64
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
!
|
!
|
||||||
interface r1-sw5 vrf r1-cust1
|
interface r1-sw5 vrf r1-cust1
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 address fc00:a:a:a::1/64
|
ipv6 address fc00:a:a:a::1/64
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
!
|
!
|
||||||
@ -65,8 +67,6 @@ Simplified `R1` config (R1 is similar)
|
|||||||
router-id 10.0.0.1
|
router-id 10.0.0.1
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r1-stubnet area 0.0.0.0
|
|
||||||
interface r1-sw5 area 0.0.0.0
|
|
||||||
!
|
!
|
||||||
ipv6 route fc00:1111:1111:1111::/64 fc00:1:1:1::1234 vrf r1-cust1
|
ipv6 route fc00:1111:1111:1111::/64 fc00:1:1:1::1234 vrf r1-cust1
|
||||||
|
|
||||||
@ -75,14 +75,17 @@ Simplified `R3` config
|
|||||||
hostname r3
|
hostname r3
|
||||||
!
|
!
|
||||||
interface r3-stubnet vrf r3-cust1
|
interface r3-stubnet vrf r3-cust1
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 address fc00:3:3:3::3/64
|
ipv6 address fc00:3:3:3::3/64
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
!
|
!
|
||||||
interface r3-sw5 vrf r3-cust1
|
interface r3-sw5 vrf r3-cust1
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 address fc00:a:a:a::3/64
|
ipv6 address fc00:a:a:a::3/64
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
!
|
!
|
||||||
interface r3-sw6 vrf r3-cust1
|
interface r3-sw6 vrf r3-cust1
|
||||||
|
ipv6 ospf6 area 0.0.0.1
|
||||||
ipv6 address fc00:b:b:b::3/64
|
ipv6 address fc00:b:b:b::3/64
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
!
|
!
|
||||||
@ -90,9 +93,6 @@ Simplified `R3` config
|
|||||||
router-id 10.0.0.3
|
router-id 10.0.0.3
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r3-stubnet area 0.0.0.0
|
|
||||||
interface r3-sw5 area 0.0.0.0
|
|
||||||
interface r3-sw6 area 0.0.0.1
|
|
||||||
!
|
!
|
||||||
ipv6 route fc00:3333:3333:3333::/64 fc00:3:3:3::1234 vrf r3-cust1
|
ipv6 route fc00:3333:3333:3333::/64 fc00:3:3:3::1234 vrf r3-cust1
|
||||||
|
|
||||||
|
@ -10,11 +10,13 @@ debug ospf6 route table
|
|||||||
debug ospf6 flooding
|
debug ospf6 flooding
|
||||||
!
|
!
|
||||||
interface r1-stubnet
|
interface r1-stubnet
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
!
|
!
|
||||||
interface r1-sw5
|
interface r1-sw5
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
@ -23,8 +25,6 @@ router ospf6 vrf r1-cust1
|
|||||||
ospf6 router-id 10.0.0.1
|
ospf6 router-id 10.0.0.1
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r1-stubnet area 0.0.0.0
|
|
||||||
interface r1-sw5 area 0.0.0.0
|
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
exec-timeout 0 0
|
exec-timeout 0 0
|
||||||
|
@ -10,11 +10,13 @@ debug ospf6 route table
|
|||||||
debug ospf6 flooding
|
debug ospf6 flooding
|
||||||
!
|
!
|
||||||
interface r2-stubnet
|
interface r2-stubnet
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
!
|
!
|
||||||
interface r2-sw5
|
interface r2-sw5
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
@ -23,8 +25,6 @@ router ospf6 vrf r2-cust1
|
|||||||
ospf6 router-id 10.0.0.2
|
ospf6 router-id 10.0.0.2
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r2-stubnet area 0.0.0.0
|
|
||||||
interface r2-sw5 area 0.0.0.0
|
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
exec-timeout 0 0
|
exec-timeout 0 0
|
||||||
|
@ -10,16 +10,19 @@ debug ospf6 route table
|
|||||||
debug ospf6 flooding
|
debug ospf6 flooding
|
||||||
!
|
!
|
||||||
interface r3-stubnet
|
interface r3-stubnet
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
!
|
!
|
||||||
interface r3-sw5
|
interface r3-sw5
|
||||||
|
ipv6 ospf6 area 0.0.0.0
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
!
|
!
|
||||||
interface r3-sw6
|
interface r3-sw6
|
||||||
|
ipv6 ospf6 area 0.0.0.1
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
@ -28,9 +31,6 @@ router ospf6 vrf r3-cust1
|
|||||||
ospf6 router-id 10.0.0.3
|
ospf6 router-id 10.0.0.3
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r3-stubnet area 0.0.0.0
|
|
||||||
interface r3-sw5 area 0.0.0.0
|
|
||||||
interface r3-sw6 area 0.0.0.1
|
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
exec-timeout 0 0
|
exec-timeout 0 0
|
||||||
|
@ -10,11 +10,13 @@ debug ospf6 route table
|
|||||||
debug ospf6 flooding
|
debug ospf6 flooding
|
||||||
!
|
!
|
||||||
interface r4-stubnet
|
interface r4-stubnet
|
||||||
|
ipv6 ospf6 area 0.0.0.1
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
!
|
!
|
||||||
interface r4-sw6
|
interface r4-sw6
|
||||||
|
ipv6 ospf6 area 0.0.0.1
|
||||||
ipv6 ospf6 network broadcast
|
ipv6 ospf6 network broadcast
|
||||||
ipv6 ospf6 hello-interval 2
|
ipv6 ospf6 hello-interval 2
|
||||||
ipv6 ospf6 dead-interval 10
|
ipv6 ospf6 dead-interval 10
|
||||||
@ -23,8 +25,6 @@ router ospf6 vrf r4-cust1
|
|||||||
ospf6 router-id 10.0.0.4
|
ospf6 router-id 10.0.0.4
|
||||||
log-adjacency-changes detail
|
log-adjacency-changes detail
|
||||||
redistribute static
|
redistribute static
|
||||||
interface r4-stubnet area 0.0.0.1
|
|
||||||
interface r4-sw6 area 0.0.0.1
|
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
exec-timeout 0 0
|
exec-timeout 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user