summaryrefslogtreecommitdiffstats
path: root/proto/bgp/packets.c
AgeCommit message (Expand)Author
2000-05-08Don't generate corrupted packets when sending only route deletes.Martin Mares
2000-05-04Unused variables in IPv6 code.Martin Mares
2000-05-04Removed a lot of unused variables.Martin Mares
2000-05-04IPv6 BGP support finished. Also simplified the BGP stuff a bit.Martin Mares
2000-05-04Receive-only IPv6 BGP.Martin Mares
2000-05-02Full protocol tracing.Martin Mares
2000-04-28Some more fixes for attributeless UPDATEs.Martin Mares
2000-04-26Avoid printing of error messages on Cease notifications.Martin Mares
2000-04-25Support dynamic reconfiguration.Martin 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-21If no NLRI's are present in an UPDATE message, parse the attributes, butMartin Mares
2000-04-21Synced to draft-ietf-idr-bgp4-09.Martin Mares
2000-04-21Fixed reporting of unknown options.Martin Mares
2000-04-19Temporarily ignore unknown options.Martin Mares
2000-04-17Send and receive communities.Martin Mares
2000-04-17Sending of update messages works!Martin Mares
2000-04-10Implemented outgoing attribute cache.Martin Mares
2000-04-01BGP now handles incoming routes (IPv4 only).Martin Mares
2000-04-01Parsing of BGP attributes.Martin Mares
2000-03-30Basic analysis of UPDATE packets.Martin Mares
2000-03-30Connection state machine works.Martin Mares
2000-03-30More BGP. This time it connects, but the state machine still isn't complete.Martin Mares
2000-03-21Construction of BGP packets.Martin Mares
2000-03-20Started work on BGP. Wrote main part of the connection handling code.Martin Mares