summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
authorajs <ajs>2005-05-11 15:56:21 +0000
committerajs <ajs>2005-05-11 15:56:21 +0000
commit5dbcc93e7642aebe6379e9ba7759e1f06e1d4613 (patch)
tree62ab1ad7c27dfcf51142bdb77223951f8cd3e6d6 /ripd/rip_interface.c
parent18275fff9a5530a4446f822d04ce37754739b9ce (diff)
downloadquagga-5dbcc93e7642aebe6379e9ba7759e1f06e1d4613.tar.bz2
quagga-5dbcc93e7642aebe6379e9ba7759e1f06e1d4613.tar.xz
2005-05-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* rip_interface.c (rip_interface_add): Need to call rip_passive_interface_apply (was already calling it in rip_interface_up). [backport candidate]
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);