You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the new nexthop type group, allow multiple nexthop
as a gateway from frr.
The following zebra conf:
!
ip route 192.168.1.20/32 cv0
ip route 192.168.1.20/32 192.168.210.3
ip route 192.168.1.20/32 192.168.210.254
!
translates into these rib nexthops:
ID: 35 (zebra)
RefCnt: 2
Uptime: 00:00:07
VRF: default(No AFI)
Nexthop Count: 3
Valid, Installed
Depends: (20) (24) (30)
is directly connected, cv0 (vrf default), weight 1
via 192.168.210.3, cv0 (vrf default), weight 1
via 192.168.210.254, cv0 (vrf default), weight 1
With grout displays the proper NHs:
grout# nexthop type group
VRF ID ORIGIN IFACE TYPE INFO
0 35 user group id(20/1) id(24/1) id(30/1)
Signed-off-by: Christophe Fontaine <[email protected]>
0 commit comments