summaryrefslogtreecommitdiff
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-10-02 22:06:03 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-10-10 09:05:02 -0300
commit8928a08f657948c5d04807de399b89051ae54d88 (patch)
tree9639d1a05de75c6fac58dea45d3807d471f10ab4 /ripd/rip_interface.c
parentf4e14fdba7de19ca660278a0b8c750140db5868b (diff)
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
IFINDEX_DELETED is not necessary anymore as we moved from a global list of interfaces to a list of interfaces per VRF. This reverts commit 84361d615. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r--ripd/rip_interface.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index fe72de229f..6fba0512e5 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -471,7 +471,7 @@ int rip_interface_delete(int command, struct zclient *zclient,
/* To support pseudo interface do not free interface structure. */
/* if_delete(ifp); */
- ifp->ifindex = IFINDEX_DELETED;
+ ifp->ifindex = IFINDEX_INTERNAL;
return 0;
}
@@ -1734,9 +1734,6 @@ static int rip_interface_config_write(struct vty *vty)
RB_FOREACH (ifp, if_name_head, &vrf->ifaces_by_name) {
struct rip_interface *ri;
- if (ifp->ifindex == IFINDEX_DELETED)
- continue;
-
ri = ifp->info;
/* Do not display the interface if there is no