aboutsummaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-175-2/+13
* Pipe protocol supports reconfiguration.Martin Mares2000-01-171-0/+10
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-161-1/+12
* Preparing for building LS databaze. Huh, why is it so complicated? :-(Ondrej Filip2000-01-052-5/+35
* 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
* Implemented `show static'. It's a relatively good example of how to writeMartin Mares1999-12-033-0/+40
* 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
* Implemented get_status for the pipe protocol (reports name of the otherMartin Mares1999-12-011-0/+10
* Inicialisation of Topology Graph (TG).Ondrej Filip1999-11-301-7/+14
* 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
* ospf.c and ospc.h splitted into various files.Ondrej Filip1999-11-1714-1320/+1498
* Another bugfix. (In EXCHANGE state.)Ondrej Filip1999-11-171-32/+31
* Fixed bug receiving dbdes packets in EXSTART state.Ondrej Filip1999-11-171-15/+15
* Commented out nexthop selection, see the comment.Martin Mares1999-11-171-0/+8
* Sending DBDES packet in EXSTART done.Ondrej Filip1999-11-102-44/+103
* Added LSA hashing table (parts of code stolen from rt-fib.c, butMartin Mares1999-11-104-9/+220
* 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
* Working on db des receiving.Ondrej Filip1999-11-031-1/+58
* Minor changes and bug fixes. Preparing for Exchange and higher states.Ondrej Filip1999-10-192-76/+88
* Huge changes. Neighbor and interface state machines rewritten.Ondrej Filip1999-10-182-96/+348
* 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
* DD packet receiving in ExStart.Ondrej Filip1999-08-252-39/+150
* A structure for receiving DD seq packets added.Ondrej Filip1999-08-242-27/+68
* Preparing to send DD packets.Ondrej Filip1999-08-242-1/+11
* Few FIXME's removed from auth, few FIXME's added to filter.Pavel Machek1999-08-201-4/+11
* Few fixme's fixed in rip (will not crash any more on request forPavel Machek1999-08-184-15/+65
* Better dumping.Ondrej Filip1999-08-161-3/+15
* Small bux fixes. A neigh_chstate added.Ondrej Filip1999-08-101-34/+26
* Multiple "hton problems" fixed. Now we're in EXSTART state.Ondrej Filip1999-08-091-3/+3
* "My own IP problem" fixed.Ondrej Filip1999-08-091-7/+21
* Bug fix in checksum calculation.Ondrej Filip1999-08-091-9/+5
* Bug in election fixed.Ondrej Filip1999-08-091-7/+7
* (Backup) Designated Router election added.Ondrej Filip1999-08-092-49/+165
* Some interface state machine changes. I found some problem in RFC,Ondrej Filip1999-08-091-12/+121
* Forgot to do a `cvs add', grr.Martin Mares1999-08-034-0/+209
* Cleaned up handling of interface patterns:Martin Mares1999-08-031-34/+19
* Fixed stupid bug with hello vs inactim timers.Ondrej Filip1999-06-021-8/+5
* Neigbor deleting done. (I have some problems with timers, so it does notOndrej Filip1999-06-011-15/+25