summaryrefslogtreecommitdiff
path: root/ripd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2003-06-07 01:10:00 +0000
committerpaul <paul>2003-06-07 01:10:00 +0000
commitf38a471c6fc96b63c5754448e9a9e32044c9ffd5 (patch)
tree6b474874414773770e2ad836065ba4658a913b9a /ripd/ChangeLog
parent4aaff3f8d57fbb4fc5f4e5e52175a449686c3169 (diff)
From: Andrew J. Schorr <aschorr@telemetry-investments.com>
Subject: [zebra 12403] patch for ripd to accept any version of RIP by default The default Cisco IOS behavior is to send RIP version 1 packets and receive version 1 and version 2 packets. But zebra version 0.92a sends and receives only version 2 packets by default. I have patched the code to change zebra's default behavior to sending version 2 packets (same as before) but receiving both versions. While this is still not identical to Cisco's behavior, it does now accept packets of both versions and retains backwards compatibility with zebra configurations.
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r--ripd/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog
index c80338dd..d83714ae 100644
--- a/ripd/ChangeLog
+++ b/ripd/ChangeLog
@@ -1,6 +1,11 @@
+2003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * Allow ripd to receive RIPv1
+ * add default as valid param to passive-interface command
+
2003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
- * 6Wind patch merge.
+ * 6Wind patch merge.
2003-04-19 Hasso Tepper <hasso@estpak.ee>