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_zebra.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_zebra.c')
-rw-r--r-- | pimd/pim_zebra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index 43c80c8b..6f241d59 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c @@ -664,7 +664,6 @@ void pim_zebra_init(char *zebra_sock_path) /* Socket for receiving updates from Zebra daemon */ qpim_zclient_update = zclient_new(); - qpim_zclient_update->zclient_broken = zclient_broken; qpim_zclient_update->router_id_update = pim_router_id_update_zebra; qpim_zclient_update->interface_add = pim_zebra_if_add; qpim_zclient_update->interface_delete = pim_zebra_if_del; |