Skip to content

Commit

Permalink
tests: fix topotest involving recursive routes
Browse files Browse the repository at this point in the history
The topotest all_protocol_startup/test_all_protocol_startup.py calls
"show ip nht" which has a different output with the recursive nexthop
resolution fix.
  • Loading branch information
enkechen-panw committed Sep 23, 2024
1 parent 33e16c9 commit 36364d6
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions tests/topotests/all_protocol_startup/r1/ip_nht.ref
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,32 @@ VRF default:
is directly connected, r1-eth8 (vrf default), weight 1
Client list: pbr(fd XX)
2.2.2.1
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
4.4.4.1
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
4.4.4.2
unresolved
resolved via static, prefix 1.1.1.5/32
is directly connected, r1-eth5 (vrf default), weight 1
Client list: pbr(fd XX)
6.6.6.1
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
6.6.6.2
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
6.6.6.3
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
6.6.6.4
unresolved
resolved via static, prefix 1.1.1.1/32
is directly connected, r1-eth1 (vrf default), weight 1
Client list: pbr(fd XX)
192.168.0.2
resolved via connected, prefix 192.168.0.0/24
Expand Down

0 comments on commit 36364d6

Please sign in to comment.