summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-03-03 10:41:21 +0100
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-05-25 20:38:32 -0400
commit7d16e451c37b478066fc89be5f95f28a8c32b5de (patch)
tree492adc8cf11b4f8f9beeb5307be6cb7a5b21f826 /pimd/pim_zebra.c
parent467ffeed31e2aa91a06205c50ede430565d07239 (diff)
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/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index fc131969bb..e102f278d8 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,