Merge pull request #1470 from donaldsharp/zebra_multicast

Zebra multicast
This commit is contained in:
Renato Westphal 2017-11-21 12:50:46 -02:00 committed by GitHub
commit 88aa65f849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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,