diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:40:25 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:48:06 +0100 |
commit | bb7feff0af6c8519df45a4f40f06cdd819fe70d0 (patch) | |
tree | f0d3d4cc743f0eccf8c2a8e7b738d108324952d4 /pimd/pim_cmd.c | |
parent | 5d5af78a1b9310c0c2290f81ee8abc12d5376500 (diff) | |
download | quagga-bb7feff0af6c8519df45a4f40f06cdd819fe70d0.tar.bz2 quagga-bb7feff0af6c8519df45a4f40f06cdd819fe70d0.tar.xz |
Revert "pimd: clear zclient-update: Reset zclient update connection to zebra daemon"
This reverts commit 3456a80f5f8e6e44c30453bd92eabf5faf7ab25b.
Conflicts:
pimd/pim_zebra.c
This depends on the zebra reconnect changes, which we're not picking up
at this point. This revert is partial, only bumping out the
reconnect-related changes.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r-- | pimd/pim_cmd.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 6176fe55..6b2ac664 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -1563,17 +1563,6 @@ DEFUN (pim_interface, return CMD_SUCCESS; } -DEFUN (clear_zclient_update, - clear_zclient_update_cmd, - "clear zclient-update", - CLEAR_STR - "Reset zclient update connection to zebra daemon\n") -{ - zclient_reset(qpim_zclient_update); - - return CMD_SUCCESS; -} - DEFUN (clear_ip_interfaces, clear_ip_interfaces_cmd, "clear ip interfaces", @@ -4391,7 +4380,6 @@ void pim_cmd_init() install_element (ENABLE_NODE, &clear_ip_mroute_cmd); install_element (ENABLE_NODE, &clear_ip_pim_interfaces_cmd); install_element (ENABLE_NODE, &clear_ip_pim_oil_cmd); - install_element (ENABLE_NODE, &clear_zclient_update_cmd); install_element (ENABLE_NODE, &show_ip_igmp_interface_cmd); install_element (ENABLE_NODE, &show_ip_igmp_join_cmd); |