mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00

Three new tests: - OSPFv3 convergence using 'ipv6 ospf6 neighbor json' - Default route functionality: * Check that the LSA is present * Check that the route was installed Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
interface r1-eth0
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
router ospf6
|
|
ospf6 router-id 10.254.254.1
|
|
area 0.0.0.1 stub
|
|
interface r1-eth0 area 0.0.0.1
|
|
!
|