summaryrefslogtreecommitdiffstats
path: root/pimd/pim_oil.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-19 15:52:17 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-03-06 22:02:52 +0100
commit17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff (patch)
tree7a7e43d282c629ae580fc3431b665295bceef283 /pimd/pim_oil.c
parentpimd: There is nothing to do with a WRVIFWHOLE for iifp of pimreg (diff)
downloadfrr-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.c5
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,