summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-06-08 Paul Jakma <paul@dishone.st>paul2003-06-081-5/+5
| | | | Compile and warning fixes for the ripd 'passive-interface default' patch.
* From: Andrew J. Schorr <aschorr@telemetry-investments.com>paul2003-06-071-40/+29
| | | | | | | | | | | | | | | 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.
* From: Andrew J. Schorr <aschorr@telemetry-investments.com>paul2003-06-071-1/+20
| | | | | | | | | | | | | 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>
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-1/+8
| | | | * Merge of zebra privileges
* Merge RIP part of 6Wind patch.hasso2003-05-251-39/+241
|
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-131-2/+2
|
* zebra link state detection supportpatch_z12269_linkstatepaul2002-12-131-1/+1
|
* Added RIPv1 patch - bug fixes and improved/more interoperable classfulpatch_z15769_ripv1paul2002-12-131-31/+101
| | | | subnet handling
* Initial revisionpaul2002-12-131-0/+3536