mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 23:53:49 +00:00
topotests: test OSPFv3 BFD profiles
See if the BFD sessions created by OSPFv3 are using the configured BFD profiles. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
1f7be0d242
commit
7fcb9ef4cc
@ -26,7 +26,7 @@
|
||||
"local": "*",
|
||||
"multihop": false,
|
||||
"peer": "*",
|
||||
"receive-interval": 300,
|
||||
"receive-interval": 250,
|
||||
"remote-detect-multiplier": 3,
|
||||
"remote-diagnostic": "ok",
|
||||
"remote-echo-receive-interval": 50,
|
||||
@ -34,7 +34,7 @@
|
||||
"remote-receive-interval": 300,
|
||||
"remote-transmit-interval": 300,
|
||||
"status": "up",
|
||||
"transmit-interval": 300,
|
||||
"transmit-interval": 250,
|
||||
"uptime": "*",
|
||||
"vrf": "default"
|
||||
}
|
||||
|
@ -3,4 +3,8 @@ debug bfd network
|
||||
debug bfd zebra
|
||||
!
|
||||
bfd
|
||||
profile fast-tx
|
||||
receive-interval 250
|
||||
transmit-interval 250
|
||||
!
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
interface r4-eth1
|
||||
ipv6 ospf6 bfd
|
||||
ipv6 ospf6 bfd profile fast-tx
|
||||
ipv6 ospf6 hello-interval 2
|
||||
ipv6 ospf6 dead-interval 10
|
||||
!
|
||||
|
@ -11,8 +11,8 @@
|
||||
"remote-detect-multiplier": 3,
|
||||
"remote-diagnostic": "ok",
|
||||
"remote-id": "*",
|
||||
"remote-receive-interval": 300,
|
||||
"remote-transmit-interval": 300,
|
||||
"remote-receive-interval": 250,
|
||||
"remote-transmit-interval": 250,
|
||||
"status": "up",
|
||||
"transmit-interval": 300,
|
||||
"uptime": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user