diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-19 15:52:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-06 22:02:52 +0100 |
commit | 17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff (patch) | |
tree | 7a7e43d282c629ae580fc3431b665295bceef283 /pimd/pim_oil.c | |
parent | pimd: There is nothing to do with a WRVIFWHOLE for iifp of pimreg (diff) | |
download | frr-17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff.tar.xz frr-17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff.zip |
pimd: Add accidently missed code during upstreaming process
There was some code missed during the upstreaming process
due to code squash. Identify and put into a commit
to keep code consistent and correct.
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_oil.c')
-rw-r--r-- | pimd/pim_oil.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pimd/pim_oil.c b/pimd/pim_oil.c index 0618308ba..b165bcbee 100644 --- a/pimd/pim_oil.c +++ b/pimd/pim_oil.c @@ -33,9 +33,6 @@ #include "pim_time.h" #include "pim_vxlan.h" -// struct list *pim_channel_oil_list = NULL; -// struct hash *pim_channel_oil_hash = NULL; - static void pim_channel_update_mute(struct channel_oil *c_oil); char *pim_channel_oil_dump(struct channel_oil *c_oil, char *buf, size_t size) @@ -174,7 +171,7 @@ struct channel_oil *pim_channel_oil_add(struct pim_instance *pim, } struct channel_oil *pim_channel_oil_del(struct channel_oil *c_oil, - const char *name) + const char *name) { if (PIM_DEBUG_MROUTE) { struct prefix_sg sg = {.src = c_oil->oil.mfcc_mcastgrp, |