From 4aaff3f8d57fbb4fc5f4e5e52175a449686c3169 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 7 Jun 2003 01:04:45 +0000 Subject: From: Andrew J. Schorr Subject: [zebra 12406] patch for ripd to support "passive-interface default" behavior In Cisco IOS, the router rip passive-interface subcommand can accept an interface name of "default". In that cases, all interfaces are set to be passive by default, and you must explicitly make it non-passive by using the "no passive-interface " command if you want updates to go to that interface. --- ripd/ripd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripd/ripd.h') diff --git a/ripd/ripd.h b/ripd/ripd.h index 260ea469..23a12c4a 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -358,7 +358,7 @@ void rip_clean (); void rip_clean_network (); void rip_interface_clean (); void rip_interface_reset (); -void rip_passive_interface_clean (); +void rip_passive_nondefault_clean (); void rip_if_init (); void rip_if_down_all (); void rip_route_map_init (); -- cgit v1.2.1