summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-28Include proto/rip/rip.c in documentation system.Pavel Machek
2000-04-28Cleanup of dead code + example documentation for two functions.Pavel Machek
2000-04-28Documentation-generating tool taken from linux-2.3.99-pre6, andPavel Machek
2000-04-28Some more fixes for attributeless UPDATEs.Martin Mares
2000-04-28Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares
2000-04-28Path attribute can be missing if we process a packet with empty NLRI section.Martin Mares
2000-04-28Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
2000-04-27Fixed stupid bug in as_path_format().Martin Mares
2000-04-27Handle connect errors correctly.Martin Mares
2000-04-26Stub networks done.Ondrej Filip
2000-04-26Nets are used before routers.Ondrej Filip
2000-04-26IBGP fixes.Martin Mares
2000-04-26Changed handling of incoming connections, so that we can send dataMartin Mares
2000-04-26Routing table calculation. Dijkstra done.Ondrej Filip
2000-04-26Removed several FIXME's.Martin Mares
2000-04-26Better formatting of router ID's.Martin Mares
2000-04-26Fixed several bugs in protocol state machine. Reconfigurations andMartin Mares
2000-04-26Use right address for ripv6.Pavel Machek
2000-04-26Cleanup in preparation for ipv6.Pavel Machek
2000-04-26Small cleanup.Pavel Machek
2000-04-26Whitespace changes.Pavel Machek
2000-04-26filter_same should now work with path masks.Pavel Machek
2000-04-26Bugfix in i_same (comparing of paths still does not work).Pavel Machek
2000-04-26Added code for testing filters.Pavel Machek
2000-04-26Marked place where new enums belong.Pavel Machek
2000-04-26Startup renamed to __startup: it is internal function and mj alreadyPavel Machek
2000-04-26Implemented automatic restart after error with all the timers needed.Martin Mares
2000-04-26Avoid printing of error messages on Cease notifications.Martin Mares
2000-04-26Allow sk_close(NULL).Martin Mares
2000-04-26Randomize timers properly.Martin Mares
2000-04-25Support dynamic reconfiguration.Martin Mares
2000-04-25Don't forget to set filter pointers in struct proto when reconfiguring.Martin Mares
2000-04-25Use the same attribute names as in filters.Martin Mares
2000-04-25When sending BGP attributes, re-create the flags, so that attributesMartin Mares
2000-04-25Better reporting of both local and remote errors.Martin Mares
2000-04-25Real parsing of BGP OPEN options including capabilityMartin Mares
2000-04-21LOCAL_PREF is now always present and exported over all ibgp connections [draft]Martin Mares
2000-04-21If no NLRI's are present in an UPDATE message, parse the attributes, butMartin Mares
2000-04-21IPv6 compiles with glibc 2.1.Martin Mares
2000-04-21Use xmalloc() instead of malloc().Martin Mares
2000-04-21Synced to draft-ietf-idr-bgp4-09.Martin Mares
2000-04-21Fixed reporting of unknown options.Martin Mares
2000-04-20Create syntax sugar for add/delete/prepend, so xyzzy.prepend(123) isPavel Machek
2000-04-20Test new syntax of add() and delete().Pavel Machek
2000-04-19Temporarily ignore unknown options.Martin Mares
2000-04-19The ATOMIC_AGGREGATE parameter is optional transitive.Martin Mares
2000-04-19Delay fetching of router ID.Martin Mares