diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 20:28:24 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 20:28:24 +0100 |
commit | d7d73ffc8f575a5fd24714dd121f40828eb61a41 (patch) | |
tree | 2c0e0fb7bbd9c759b5f41a87d8e074919ab90ee7 /ospf6d/ospf6_neighbor.c | |
parent | Merge branch 'queue/osr/vtysh-generic' (diff) | |
download | frr-d7d73ffc8f575a5fd24714dd121f40828eb61a41.tar.xz frr-d7d73ffc8f575a5fd24714dd121f40828eb61a41.zip |
*: fix up DEFUNs without install_element calls
These now generate warnings which will break the build with -Werror.
Note this may have enabled commands that should be disabled, or the
other way around...
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_neighbor.c')
-rw-r--r-- | ospf6d/ospf6_neighbor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c index 385232f7f..f24ee84c8 100644 --- a/ospf6d/ospf6_neighbor.c +++ b/ospf6d/ospf6_neighbor.c @@ -913,6 +913,7 @@ void ospf6_neighbor_init (void) { install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_cmd); + install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_one_cmd); } DEFUN (debug_ospf6_neighbor, |