Skip to content

Commit

Permalink
topotests: test auto-hop in bfd_topo3
Browse files Browse the repository at this point in the history
Replace one multi-hop and one single-hop by an auto hop type to let
staticd select automatically the hop type.

Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
louis-6wind committed Dec 1, 2023
1 parent b7403dd commit 829b975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/topotests/bfd_topo3/r3/staticd.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipv6 route 2001:db8:5::/64 2001:db8:4::3 bfd multi-hop profile slow-tx
ipv6 route 2001:db8:5::/64 2001:db8:4::3 bfd auto-hop profile slow-tx
2 changes: 1 addition & 1 deletion tests/topotests/bfd_topo3/r4/staticd.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ip route 10.254.254.5/32 192.168.4.2 bfd profile slow-tx
ip route 10.254.254.5/32 192.168.4.2 bfd auto-hop profile slow-tx
ip route 10.254.254.6/32 192.168.4.3 bfd profile slow-tx

0 comments on commit 829b975

Please sign in to comment.