summaryrefslogtreecommitdiff
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r--ripd/rip_interface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index da73724a..0e267f98 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -547,6 +547,9 @@ rip_interface_add (int command, struct zclient *zclient, zebra_size_t length)
/* Check if this interface is RIP enabled or not.*/
rip_enable_apply (ifp);
+
+ /* Check for a passive interface */
+ rip_passive_interface_apply (ifp);
/* Apply distribute list to the all interface. */
rip_distribute_update_interface (ifp);