diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-03-03 10:41:21 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-04-21 10:18:32 +0200 |
commit | e070452d981f58d60d79d7b4b38c93fb034c49b3 (patch) | |
tree | d9003c1ff67b53b45d554d4e307c321ceaa79353 /pimd | |
parent | a3466abd93f83424f9f83e56282e42188e1f94ce (diff) | |
download | quagga-e070452d981f58d60d79d7b4b38c93fb034c49b3.tar.bz2 quagga-e070452d981f58d60d79d7b4b38c93fb034c49b3.tar.xz |
pimd: mask unused zclient_broken()
this function is used by the currently not present zclient reconnect
code. It'll be unmasked again when that code hits master.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/pim_zebra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index 6f241d59..129cbe4f 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c @@ -51,6 +51,7 @@ static int del_oif(struct channel_oil *channel_oil, struct interface *oif, uint32_t proto_mask); +#if 0 static void zclient_broken(struct zclient *zclient) { struct listnode *ifnode; @@ -65,6 +66,7 @@ static void zclient_broken(struct zclient *zclient) /* upon return, zclient will discard connected addresses */ } +#endif /* Router-id update message from zebra. */ static int pim_router_id_update_zebra(int command, struct zclient *zclient, |