summaryrefslogtreecommitdiff
path: root/ripd/ripd.h
diff options
context:
space:
mode:
authorpaul <paul>2003-06-07 01:04:45 +0000
committerpaul <paul>2003-06-07 01:04:45 +0000
commit4aaff3f8d57fbb4fc5f4e5e52175a449686c3169 (patch)
tree543a3b724afbc308994ddfcc4befedb8b1f1d23f /ripd/ripd.h
parent1a691cc34733f1a14cfc2dc1cacd1d3376d771cb (diff)
From: Andrew J. Schorr <aschorr@telemetry-investments.com>
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 <ifname>" command if you want updates to go to that interface. <command implemented for zebra>
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h2
1 files changed, 1 insertions, 1 deletions
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 ();