summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
AgeCommit message (Collapse)Author
2000-04-10Implemented outgoing attribute cache.Martin Mares
2000-04-10Use neighbor cache to track direct route to the peer or multihop destination.Martin Mares
Calculate next_hop properly based on the local address we get from the neighbor entry.
2000-04-10More BGP progress...Martin Mares
For Pavel: You can use bgp_path_prepend() for prepending AS numbers to AS paths.
2000-04-01Formatting of dynamic attributes (except for paths and communities whichMartin Mares
will be added soon).
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
2000-03-19Bare skeleton of the BGP.Martin Mares