summaryrefslogtreecommitdiffstats
path: root/proto/rip
AgeCommit message (Expand)Author
2000-05-30Tried to change garbagetime -> garbage time to be more consistent.Pavel Machek
2000-05-19Latest changes by Pavel have removed the error messages printed afterMartin Mares
2000-05-19Less error messages in case sk_open fails.Pavel Machek
2000-05-19Added name of protocol to messages being logged.Pavel Machek
2000-05-19Commented out the `inserting entry which is already there' message sinceMartin Mares
2000-05-17Minor cleaningPavel Machek
2000-05-16Turned off LOCAL_DEBUG.Martin Mares
2000-05-16Interface dummy is too strange for me... but psst, that's secret.Pavel Machek
2000-05-16Rip should now reconfigure itself only if needed.Pavel Machek
2000-05-11Several minor RIP changes (Pavel, please check as usually):Martin Mares
2000-05-11Fixed nasty segfault in rip.Pavel Machek
2000-05-11Some more paranoia into rip_insert and rip_deletePavel Machek
2000-05-11Unused variable killed.Pavel Machek
2000-05-10use password_same utility functionPavel Machek
2000-05-10Inlined metric and mode into struct rip_interface to make reconfigPavel Machek
2000-05-10rip_reconfigure done rightPavel Machek
2000-05-10ipa_same does not exist.Pavel Machek
2000-05-10Nicer messages from rip.Pavel Machek
2000-05-10Use ea_get_int instead of ea_find.Pavel Machek
2000-05-10Reconfigure hook copied from bgp.Pavel Machek
2000-05-10Send first udpate sooner.Pavel Machek
2000-05-10Only announce change to main routing table if it is better than current.Pavel Machek
2000-05-10Don't touch used memory.Pavel Machek
2000-05-10Killed unused variable.Pavel Machek
2000-05-10You can now say "mode multicast".Pavel Machek
2000-05-10Fix segfaults by using new ea_get_int.Pavel Machek
2000-05-08Preference is a configurable parameter.Martin Mares
2000-05-07Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares
2000-05-05Added skeleton Doc files for the whole developer's documentation.Martin Mares
2000-05-04#ifdef out lots of debugging information.Martin Mares
2000-05-04Spelling fixes.Pavel Machek
2000-05-02Defined format specifier `%M' which behaves as `%m', but takes theMartin Mares
2000-04-30Moved documentation to top of file, where it belongs.Pavel Machek
2000-04-29IpV6 now actually compiles.Pavel Machek
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
2000-04-28Killed fixme: I already fixed it.Pavel Machek
2000-04-28Provide rip_get_attr, how do I test it?Pavel Machek
2000-04-28Add sample documentation to rip.Pavel Machek
2000-04-26Use right address for ripv6.Pavel Machek
2000-04-26Cleanup in preparation for ipv6.Pavel Machek
2000-04-12f_new_dynamic_attr gets third argument, type as filters know it.Pavel Machek
2000-04-07Fix of comment.Pavel Machek
2000-04-01RIP: Set attribute class.Martin Mares
2000-04-01Removal of useless includes continues...Martin Mares
2000-04-01Use bsprintf() instead of sprintf().Martin Mares
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-29Cross-protocol issues solved betterPavel Machek
2000-03-27Use neigh_connected_to in rip, and behave more correctlyPavel Machek
2000-03-26I broke compilation. Sorry.Pavel Machek
2000-03-26Split horizont done right.Pavel Machek