summaryrefslogtreecommitdiff
path: root/pimd/pim_iface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-15 19:11:20 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-15 19:11:20 -0400
commit759927a1b9e1a0a820e05dbb6ce12fb16c8f9b34 (patch)
treece43d2a13b4e7bfc44e369ada6db252581ffe2a4 /pimd/pim_iface.c
parent7922fc65ae0bf5ec211064d8610d4122ddbb4e20 (diff)
*: Remove some unneeded functions
vrf_iflist_create -> By the time this is called in enable, the vrf's iflist is already created. Additionally this code should be a properly of the vrf to init/destroy not someone else. vrf_iflist_terminate -> This function should be a property of vrf deletion and does not need to be exposed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_iface.c')
-rw-r--r--pimd/pim_iface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c
index 48a59344eb..2cbf63e7d5 100644
--- a/pimd/pim_iface.c
+++ b/pimd/pim_iface.c
@@ -61,7 +61,6 @@ pim_if_init (void)
for (i = 0; i < MAXVIFS; i++)
pim_iface_vif_index[i] = 0;
- vrf_iflist_create(VRF_DEFAULT);
pim_ifchannel_list = list_new();
pim_ifchannel_list->cmp = (int (*)(void *, void *))pim_ifchannel_compare;
}