]> git.puffer.fish Git - mirror/frr.git/commit
*: fix up DEFUNs without install_element calls
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 5 Dec 2016 19:28:24 +0000 (20:28 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 5 Dec 2016 19:28:24 +0000 (20:28 +0100)
commitd7d73ffc8f575a5fd24714dd121f40828eb61a41
tree2c0e0fb7bbd9c759b5f41a87d8e074919ab90ee7
parent7ddcfca4fb5246c5e211f7e37d98a8c9a51b4e70
*: 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>
bgpd/bgp_vty.c
lib/command.c
lib/if.c
ospf6d/ospf6_neighbor.c
ospf6d/ospf6_top.c
ospfd/ospf_ri.c
ospfd/ospf_vty.c
ripngd/ripngd.c
vtysh/vtysh.c
zebra/interface.c