bgpd/bgp_aspath.c | 115 ++++++++++++++++++++++++++++++++-------------------- bgpd/bgp_aspath.h | 2 bgpd/bgp_attr.c | 103 +++++++++++++++++++++++++--------------------- tests/aspath_test.c | 2 4 files changed, 131 insertions(+), 91 deletions(-)
New commits: commit cddb8112b80fa9867156c637d63e6e79eeac67bb Author: Chris Hall <[email protected]> Date: Mon Aug 9 22:31:37 2010 +0400 bgpd: fix handling of AS path data * bgpd/bgp_aspath.c * assegments_parse(): add handling of AS4_PATH input, update bounds checks, add check for AS segment type * aspath_parse(): add handling of AS4_PATH input, expect assegments_parse() to do length checking * aspath_empty(): update for the new function prototype * bgpd/bgp_aspath.h: ditto * tests/aspath_test.c: ditto * bgpd/bgp_attr.c * bgp_attr_aspath(): add handling of AS4_PATH input, update flags checks, change returned type * bgp_attr_as4_path(): discard, superseded by bgp_attr_aspath() * bgp_attr_parse(): update respectively http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cddb8112b80fa9867156c637d63e6e79eeac67bb _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
