]> git.puffer.fish Git - matthieu/frr.git/commit
From: Andrew J. Schorr <aschorr@telemetry-investments.com>
authorpaul <paul>
Sat, 7 Jun 2003 01:10:00 +0000 (01:10 +0000)
committerpaul <paul>
Sat, 7 Jun 2003 01:10:00 +0000 (01:10 +0000)
commitf38a471c6fc96b63c5754448e9a9e32044c9ffd5
tree6b474874414773770e2ad836065ba4658a913b9a
parent4aaff3f8d57fbb4fc5f4e5e52175a449686c3169
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.
ripd/ChangeLog
ripd/rip_interface.c
ripd/ripd.c
ripd/ripd.h