aboutsummaryrefslogtreecommitdiffstats
path: root/proto/rip
Commit message (Expand)AuthorAgeFilesLines
* IpV6 now actually compiles.Pavel Machek2000-04-291-3/+10
* Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares2000-04-281-0/+2
* Killed fixme: I already fixed it.Pavel Machek2000-04-281-13/+0
* Provide rip_get_attr, how do I test it?Pavel Machek2000-04-281-11/+37
* Add sample documentation to rip.Pavel Machek2000-04-281-3/+11
* Use right address for ripv6.Pavel Machek2000-04-261-2/+17
* Cleanup in preparation for ipv6.Pavel Machek2000-04-262-8/+13
* f_new_dynamic_attr gets third argument, type as filters know it.Pavel Machek2000-04-121-2/+2
* Fix of comment.Pavel Machek2000-04-071-3/+15
* RIP: Set attribute class.Martin Mares2000-04-011-0/+1
* Removal of useless includes continues...Martin Mares2000-03-312-5/+0
* Use bsprintf() instead of sprintf().Martin Mares2000-03-311-2/+2
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-312-2/+2
* Cross-protocol issues solved betterPavel Machek2000-03-291-12/+18
* Use neigh_connected_to in rip, and behave more correctlyPavel Machek2000-03-271-28/+16
* I broke compilation. Sorry.Pavel Machek2000-03-261-1/+1
* Split horizont done right.Pavel Machek2000-03-262-21/+22
* FIXME was actually already resolvedPavel Machek2000-03-241-1/+0
* Minor change to make code more readable.Pavel Machek2000-03-231-16/+14
* Rip now tries to lock interface.Pavel Machek2000-03-222-12/+41
* Cleanup, mostly debugging messages.Pavel Machek2000-03-131-28/+14
* Categorized TRACE() messages in ripPavel Machek2000-03-091-6/+6
* Rip tracing: still need config hunk to set p->debug.Pavel Machek2000-03-091-5/+7
* log() classes done rightPavel Machek2000-03-091-11/+11
* Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning.Martin Mares2000-03-042-4/+4
* Added type parameter to f_new_dynamic_attr.Pavel Machek2000-03-011-2/+2
* Dynamic attributes are now declared in per-protocol grammar files insteadMartin Mares2000-03-011-1/+5
* Adapted RIP to new interface flags. Pavel, please verify it's right.Martin Mares2000-02-291-6/+2
* Do not send empty packets in rip.Pavel Machek2000-01-261-4/+8
* Output made prettier.Pavel Machek2000-01-261-2/+4
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-171-0/+1
* Added missing semicolon.Martin Mares1999-12-161-1/+1
* TODO entries and FIXME's.Martin Mares1999-12-161-1/+1
* Added hooks for show route.Pavel Machek1999-12-081-5/+13
* Fix timing and fix endianity in metrics.Pavel Machek1999-12-082-4/+6
* Stupid bug (essentially while(1) loop) occuring sometimes during startPavel Machek1999-12-011-6/+6
* Actually check sequence numbers.Pavel Machek1999-12-013-6/+16
* md5 authentication seems to work.Pavel Machek1999-11-253-4/+4
* Bugfixes: select right password for password authentication, do notPavel Machek1999-11-253-36/+52
* Triggered updates should now actually work. Fixed metric=16 -> time itPavel Machek1999-11-252-41/+62
* Fix timeouts. Triggered updates are not done, yet.Pavel Machek1999-11-251-4/+10
* Commented out nexthop selection, see the comment.Martin Mares1999-11-171-0/+8
* Added timeout for routes (which means proper expiring of routes) addedPavel Machek1999-11-102-5/+24
* FIXME's updated. One fixme is remaining for correct RIPv4. Wow.Pavel Machek1999-11-041-4/+3
* Reject packets which are not authenticated.Pavel Machek1999-11-041-5/+15
* FIXME's for rip added.Pavel Machek1999-10-121-1/+4
* Changed syntax of ip_class_mask, the old one was stupid.Martin Mares1999-10-121-4/+2
* Untested IPv6 support added. I do not know if it compiles in IPV6 mode.Pavel Machek1999-10-112-8/+34
* Obvious bugs in authentication fixed.Pavel Machek1999-10-022-4/+16
* Few FIXME's removed from auth, few FIXME's added to filter.Pavel Machek1999-08-201-4/+11