From f38a471c6fc96b63c5754448e9a9e32044c9ffd5 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 7 Jun 2003 01:10:00 +0000 Subject: From: Andrew J. Schorr 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. --- ripd/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ripd/ChangeLog') 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 + + * Allow ripd to receive RIPv1 + * add default as valid param to passive-interface command + 2003-05-25 Vincent Jardin - * 6Wind patch merge. + * 6Wind patch merge. 2003-04-19 Hasso Tepper -- cgit v1.2.1