summaryrefslogtreecommitdiffstats
path: root/ripd
Commit message (Collapse)AuthorAgeFilesLines
...
* From: Andrew J. Schorr <aschorr@telemetry-investments.com>paul2003-06-074-58/+51
| | | | | | | | | | | | | | | 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-073-30/+73
| | | | | | | | | | | | | 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-044-3/+46
| | | | * Merge of zebra privileges
* Unbroke "set metric" command in vtysh again.hasso2003-05-251-3/+10
|
* Merge RIP part of 6Wind patch.hasso2003-05-257-111/+742
|
* Ripd has "no interface ..." command as well.hasso2003-05-241-0/+1
|
* Update Changelogspaul2003-05-161-0/+5
|
* Hasso Tepperpaul2003-04-191-10/+19
| | | | | | http://hasso.linux.ee/zebra/ht-routemap-18042003_5.patch Trivial fixes to sync daemon's route-map commands to have same syntax. Fixes a lot of errors with "match ..." and "set ..." commands when using vtysh.
* Add Makefile.in to the remaining .cvsignore'spaul2003-04-091-0/+1
| | | | Add ospfclient to ospfclient/.cvsignore
* [zebra 18626] move zebra socket paths to configure.acpaul2003-04-071-1/+0
| | | | | | | | | | | moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really.
* Remove auto* files from the repository.paul2003-04-071-403/+0
| | | | | | | | | Developers working with the repository should have the appropriate tools. Out-of-sync files cause far too many problems with users as well as auto* scripts not being half as portable across systems as they ought to be. make-dist exists for a reason. Todo: make the CVS snapshot script do make-dist, and use the resulting tarball as the snapshot.
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-203/+203
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* Fix build for net-snmppaul2003-03-181-0/+3
|
* Update auto files.paul2003-03-171-225/+210
| | | | No doubt builds will now break for everyone. (works here - autoconf 2.13)
* Sync to Zebra.org 20030301paul2003-03-011-124/+53
|
* Revert to zebra.org automake filespaul2003-02-171-52/+123
|
* Update auto* build filespaul2003-02-131-123/+52
|
* Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_portfixpaul2003-01-221-1/+9
| | | | | | [zebra 17290] [PATCHES] - Fixes for problems in 0.93b portfix patch
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-133-104/+2
|
* zebra link state detection supportpatch_z12269_linkstatepaul2002-12-132-5/+5
|
* Added RIPv1 patch - bug fixes and improved/more interoperable classfulpatch_z15769_ripv1paul2002-12-131-31/+101
| | | | subnet handling
* Initial revisionpaul2002-12-1317-0/+11186