summaryrefslogtreecommitdiffstats
path: root/proto/bgp/attrs.c
AgeCommit message (Collapse)Author
2000-04-12Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) ↵Martin Mares
constructs.
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-20Started work on BGP. Wrote main part of the connection handling code.Martin Mares