diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-11-21 12:50:46 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 12:50:46 -0200 |
| commit | 88aa65f8496eed90a986d28428ff56182e3d5adc (patch) | |
| tree | 1c537127ae4befd63c6eca03d71a2f41275af52b /zebra/zebra_vty.c | |
| parent | 02b5275b1712008a50182fc52b9f224f3cbca18c (diff) | |
| parent | d6792f9d7d7b51426a385f962688e96f641db351 (diff) | |
Merge pull request #1470 from donaldsharp/zebra_multicast
Zebra multicast
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 5546b6d316..43895378cd 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -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, |
