mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-05 03:25:40 +00:00
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>
This commit is contained in:
parent
467ffeed31
commit
7d16e451c3
@ -51,6 +51,7 @@ static int del_oif(struct channel_oil *channel_oil,
|
|||||||
struct interface *oif,
|
struct interface *oif,
|
||||||
uint32_t proto_mask);
|
uint32_t proto_mask);
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void zclient_broken(struct zclient *zclient)
|
static void zclient_broken(struct zclient *zclient)
|
||||||
{
|
{
|
||||||
struct listnode *ifnode;
|
struct listnode *ifnode;
|
||||||
@ -65,6 +66,7 @@ static void zclient_broken(struct zclient *zclient)
|
|||||||
|
|
||||||
/* upon return, zclient will discard connected addresses */
|
/* upon return, zclient will discard connected addresses */
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Router-id update message from zebra. */
|
/* Router-id update message from zebra. */
|
||||||
static int pim_router_id_update_zebra(int command, struct zclient *zclient,
|
static int pim_router_id_update_zebra(int command, struct zclient *zclient,
|
||||||
|
Loading…
Reference in New Issue
Block a user