summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r--ripd/rip_interface.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index ca2fa24e4..2e432ec79 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -553,16 +553,6 @@ int rip_if_down(struct interface *ifp)
return 0;
}
-/* Needed for stop RIP process. */
-void rip_if_down_all()
-{
- struct vrf *vrf = vrf_lookup_by_id(VRF_DEFAULT);
- struct interface *ifp;
-
- FOR_ALL_INTERFACES (vrf, ifp)
- rip_if_down(ifp);
-}
-
static void rip_apply_address_add(struct connected *ifc)
{
struct prefix_ipv4 address;