diff options
author | Everton Marques <everton.marques@gmail.com> | 2014-07-22 14:52:57 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:58 +0100 |
commit | 3456a80f5f8e6e44c30453bd92eabf5faf7ab25b (patch) | |
tree | 878fe14709ab997bdd7f793e1bf102edece1995c /pimd/pimd.c | |
parent | ee61109c045f3c9960ec52912ebdbb8998ac63a1 (diff) | |
download | quagga-3456a80f5f8e6e44c30453bd92eabf5faf7ab25b.tar.bz2 quagga-3456a80f5f8e6e44c30453bd92eabf5faf7ab25b.tar.xz |
pimd: clear zclient-update: Reset zclient update connection to zebra daemon
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r-- | pimd/pimd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index 49ddc212..855defcc 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -51,6 +51,7 @@ int qpim_mroute_oif_highest_vif_index = -1; struct list *qpim_channel_oil_list = 0; int qpim_t_periodic = PIM_DEFAULT_T_PERIODIC; /* Period between Join/Prune Messages */ struct list *qpim_upstream_list = 0; +struct zclient *qpim_zclient_update = 0; struct zclient *qpim_zclient_lookup = 0; struct pim_assert_metric qpim_infinite_assert_metric; long qpim_rpf_cache_refresh_delay_msec = 10000; |