summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-04-01Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares
2000-04-01BGP now handles incoming routes (IPv4 only).Martin Mares
2000-04-01When tracing, always print incoming part of the trace before the outgoing one.Martin Mares
2000-04-01When processing ACCEPT/REJECT carrying no message, don't printMartin Mares
2000-04-01SOURCE should really refer to rta->source, not rta->gw.Martin Mares
2000-04-01LSA checksum works. But it's very uneficient on little endian systems.Ondrej Filip
2000-04-01Removal of useless includes continues...Martin Mares
2000-04-01Removed lots of superfluous includes.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-04-01Parsing of BGP attributes.Martin Mares
2000-04-01Fixed bug in processing of dynamic attributes.Martin Mares
2000-03-31Checksum changes. Bug is still NOT fixed. :-(Ondrej Filip
2000-03-31Some bug fixes. LSA checksum is still bad. I'll fix it later.Ondrej Filip
2000-03-31Sending of lspd as responce to lsreq done.Ondrej Filip
2000-03-30LSA structure changes. (Len added.)Ondrej Filip
2000-03-30Skeleton structures and files added.Ondrej Filip
2000-03-30Add hashing to link state request list.Ondrej Filip
2000-03-30Minor changes.Ondrej Filip
2000-03-30Basic analysis of UPDATE packets.Martin Mares
2000-03-30Connection state machine works.Martin Mares
2000-03-30Better list manipulation.Ondrej Filip
2000-03-30More BGP. This time it connects, but the state machine still isn't complete.Martin Mares
2000-03-30Defined sk_close() which closes the socket safely even if called fromMartin Mares
2000-03-30Use FF_FORCE_TMPATTR where appropriate.Martin Mares
2000-03-30Renamed FF_OUTGOING to FF_FORCE_TMPATTR which much better fits the semantics.Martin Mares
2000-03-30LSreq initial work.Ondrej Filip
2000-03-30Avoid conflicts with libraries defining their own xmalloc by definingMartin Mares
2000-03-29Slave bug fix.Ondrej Filip
2000-03-29Many changes in dbdes sending & receiving. EXDONE caused.Ondrej Filip
2000-03-29RXMT timer handling bug fix.Ondrej Filip
2000-03-29Some FIXME added.Ondrej Filip
2000-03-29Sending of DBdes bug fixed.Ondrej Filip
2000-03-29IMMS reverted to bits. Outgoing packets dumping added.Ondrej Filip
2000-03-29f_run gets one more parameter to distinguish between in and out modes.Pavel Machek
2000-03-29Cross-protocol issues solved betterPavel Machek
2000-03-29DBdes sending/receiving changes.Ondrej Filip
2000-03-27Use neigh_connected_to in rip, and behave more correctlyPavel Machek
2000-03-27if_connected() is again private.Martin Mares
2000-03-26I broke compilation. Sorry.Pavel Machek
2000-03-26Split horizont done right.Pavel Machek
2000-03-26if_connected is usefull outside of neighbour cache.Pavel Machek
2000-03-24FIXME was actually already resolvedPavel Machek
2000-03-23Minor change to make code more readable.Pavel Machek
2000-03-22Rip now tries to lock interface.Pavel Machek
2000-03-22Format of dates changed, so rip authentication is now commented out.Pavel Machek
2000-03-21Construction of BGP packets.Martin Mares
2000-03-21Wrote real version of unaligned data access functions (needed for BGP).Martin Mares
2000-03-20Started work on BGP. Wrote main part of the connection handling code.Martin Mares
2000-03-20Handle EINPROGRESS properly.Martin Mares