mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 15:18:06 +00:00
Merge pull request #1470 from donaldsharp/zebra_multicast
Zebra multicast
This commit is contained in:
commit
88aa65f849
@ -1060,7 +1060,7 @@ int rib_uninstall_kernel(struct route_node *rn, struct route_entry *re)
|
||||
|
||||
if (info->safi != SAFI_UNICAST) {
|
||||
for (ALL_NEXTHOPS(re->nexthop, nexthop))
|
||||
SET_FLAG(nexthop->flags, NEXTHOP_FLAG_FIB);
|
||||
UNSET_FLAG(nexthop->flags, NEXTHOP_FLAG_FIB);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -313,7 +313,7 @@ DEFUN (show_ip_rpf,
|
||||
{
|
||||
int uj = use_json(argc, argv);
|
||||
return do_show_ip_route(vty, VRF_DEFAULT_NAME, AFI_IP, SAFI_MULTICAST,
|
||||
false, uj, 0, NULL, false, -1, 0);
|
||||
false, uj, 0, NULL, false, 0, 0);
|
||||
}
|
||||
|
||||
DEFUN (show_ip_rpf_addr,
|
||||
|
Loading…
Reference in New Issue
Block a user