]> git.proxmox.com Git - mirror_frr.git/commit
*: Remove some unneeded functions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:11:20 +0000 (19:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:11:20 +0000 (19:11 -0400)
commit759927a1b9e1a0a820e05dbb6ce12fb16c8f9b34
treece43d2a13b4e7bfc44e369ada6db252581ffe2a4
parent7922fc65ae0bf5ec211064d8610d4122ddbb4e20
*: 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>
bgpd/bgpd.c
lib/vrf.c
lib/vrf.h
pimd/pim_iface.c