summaryrefslogtreecommitdiffstats
path: root/proto
AgeCommit message (Expand)Author
2004-06-05Moved the tests for socket existence here.Martin Mares
2004-06-04Be more verbose.Ondrej Filip
2004-06-04cleanup in lsupd.c, indenting, "struct proto" removed...Ondrej Filip
2004-06-04'struct proto' removedOndrej Filip
2004-06-04Useless logs removed.Ondrej Filip
2004-06-04Bugfix in last patch.Ondrej Filip
2004-06-04OSPF is ready for changing MTU.Ondrej Filip
2004-06-04no commentOndrej Filip
2004-06-04dbdes indent an minor changes.Ondrej Filip
2004-06-04better log() usage.Ondrej Filip
2004-06-04lsreq.c indented and small 'struct proto' changes.Ondrej Filip
2004-06-04hello.* reindented, code cleanup.Ondrej Filip
2004-06-04Deleted useles "struct proto" sending.Ondrej Filip
2004-06-04Better log() usage.Ondrej Filip
2004-06-04Indented. No other change.Ondrej Filip
2004-06-04lsack.c cleaned. Better names for functions andOndrej Filip
2004-06-04ackd_timer_hook moded to neighbor.cOndrej Filip
2004-06-04Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)Ondrej Filip
2004-06-04Initialize iterator on the right place.Ondrej Filip
2004-06-04This can happen now.Ondrej Filip
2004-06-04Small reversing of previous patch.Ondrej Filip
2004-06-04Don't repeat "Sheduling rt calc....."Ondrej Filip
2004-06-04Code and comments cleanup.Ondrej Filip
2004-06-04hello.c and hello.h cleaned up. No design changes.Ondrej Filip
2004-06-03Added source addr for multicast socket.Ondrej Filip
2004-06-02Hotfix for router's parent without nexthop.Ondrej Filip
2004-06-01Bugfix in external routes calculation.Ondrej Filip
2004-06-01Easier cleanup of an interface.Ondrej Filip
2004-06-01Don't free socket's resources.Ondrej Filip
2004-06-01Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip
2004-06-01ALIGN -> BIRD_ALIGNOndrej Filip
2004-06-01Documented the pxlen parameter.Martin Mares
2004-05-31Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares
2004-05-31Killed a couple of unused variables.Martin Mares
2004-05-31static declarations don't belong to includes. (And most of them wereMartin Mares
2004-05-31One space more.Martin Mares
2004-05-31The code was broken for external /29 to /32 routes. Assuming that youMartin Mares
2004-05-31The OSPF authentication type was sent in host byte order instead of ofMartin Mares
2004-05-31The initial sequence number for RIP md5 authentication was always zero.Martin Mares
2004-05-31Make RIP nolisten mode actually work. The socket is required forMartin Mares
2004-05-31Useless include deleted.Ondrej Filip
2004-05-31Minor bug fix in neighbor state machine.Ondrej Filip
2004-05-31Minor bug in configuration.Ondrej Filip
2004-05-19Bug in DBDES receiving fixed.Ondrej Filip
2003-12-06Fix reporting of RIP socket errors. Thanks to Eric Leblond for the patch.Martin Mares
2003-09-30OSPF was not able to be built stand-alone.Ondrej Filip
2003-09-14Endianity problem fixed. Thanx to Sörös JózsefOndrej Filip
2003-09-03This prevents infinite loop when bird has more that 60 neighbors. Thanks to R...Ondrej Filip
2003-08-26Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com>Ondrej Filip
2003-08-23Minor OSPF changes for faster startup.Ondrej Filip