diff options
| author | David Lamparter <equinox@diac24.net> | 2017-05-22 17:44:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 17:44:33 +0200 |
| commit | 1aba7c0944eb798384a27d0a5211c27bd94ffe70 (patch) | |
| tree | bb00f73181cc09b8d8b05ee7e7e62a88ab6cad79 /ospf6d/ospf6_zebra.c | |
| parent | 0ef0c0505e40c82b2010a8235fb28955bfd68ec7 (diff) | |
| parent | cd6a565d4cca2d818e865d7f4ef977560d026b66 (diff) | |
Merge pull request #581 from donaldsharp/zebra
Zebra
Diffstat (limited to 'ospf6d/ospf6_zebra.c')
| -rw-r--r-- | ospf6d/ospf6_zebra.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index fdf2f299cb..305870a64f 100644 --- a/ospf6d/ospf6_zebra.c +++ b/ospf6d/ospf6_zebra.c @@ -304,13 +304,12 @@ ospf6_zebra_read_ipv6 (int command, struct zclient *zclient, return 0; } - - - DEFUN (show_zebra, - show_zebra_cmd, - "show zebra", + show_ospf6_zebra_cmd, + "show ipv6 ospf6 zebra", SHOW_STR + IPV6_STR + OSPF6_STR "Zebra information\n") { int i; @@ -836,7 +835,7 @@ ospf6_zebra_init (struct thread_master *master) install_node (&zebra_node, config_write_ospf6_zebra); /* Install command element for zebra node. */ - install_element (VIEW_NODE, &show_zebra_cmd); + install_element (VIEW_NODE, &show_ospf6_zebra_cmd); install_default (ZEBRA_NODE); install_element (ZEBRA_NODE, &redistribute_ospf6_cmd); install_element (ZEBRA_NODE, &no_redistribute_ospf6_cmd); |
