mirror_frr/ldpd
David Lamparter 0b84f29490 *: make DEFUN installations file-local
This moves all install_element calls into the file where the DEFUNs are
located.  This fixes several small related bugs:

- ospf6d wasn't installing a "no interface FOO" command
- zebra had a useless copy of "interface FOO"
- pimd's copy of "interface FOO" was not setting qobj_index, which means
  "description LINE" commands would fail with an error

The next commit will do the actual act of making "foo_cmd" static.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2016-12-01 17:25:56 +01:00
..
.gitignore ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
accept.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
address.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
adjacency.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
control.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
control.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
hello.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
init.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
interface.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
keepalive.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
l2vpn.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
labelmapping.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
lde_lib.c ldpd: always advertise labels upon receiving a redistributed route 2016-09-28 16:05:42 -04:00
lde.c ldpd: fix processing of redistributed routes 2016-09-28 16:05:39 -04:00
lde.h ldpd: fix processing of redistributed routes 2016-09-28 16:05:39 -04:00
ldp_debug.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldp_debug.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldp_vty_cmds.c xml2cli/ldpd: sync with the latest changes in CLI code 2016-11-28 18:12:18 +01:00
ldp_vty_conf.c *: make DEFUN installations file-local 2016-12-01 17:25:56 +01:00
ldp_vty_exec.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldp_vty.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldp_vty.xml *: Consolidate all double VIEW_NODE and ENABLE_NODE's 2016-10-07 21:05:06 -04:00
ldp_zebra.c zebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route type 2016-10-18 08:51:23 -04:00
ldp.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldpd.c ldpd: replace global vars w/ qobj for vty context 2016-10-07 09:09:52 -04:00
ldpd.conf.sample ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldpd.h ldpd: qobj: register everything 2016-10-07 09:09:52 -04:00
ldpe.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
ldpe.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
log.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
log.h ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
Makefile.am ldpd: replace global vars w/ qobj for vty context 2016-10-07 09:09:52 -04:00
neighbor.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
notification.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
packet.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
pfkey.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
socket.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00
util.c ldpd: adapt the code for Quagga 2016-09-23 09:31:09 -04:00