Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-02 | Revert "tests: disable broken tests/bgp_mp_attr_test.c" | Paul Jakma | |
This reverts commit d78e2b8b562f8496aaf2977f7371415b71e82433. Next 2 commits fix it. | |||
2012-05-01 | tests: disable broken tests/bgp_mp_attr_test.c | David Lamparter | |
it doesn't compile currently; it'll be fixed after the 0.99.21 release. * tests/bgp_mp_attr_test.c: wrap in #if 0 for now Signed-off-by: David Lamparter <equinox@diac24.net> | |||
2011-10-17 | bgpd: add flag checks for MP_(UN)REACH_NLRI | Denis Ovsienko | |
* bgp_attr.[ch] * bgp_mp_reach_parse(): add extra arguments and a uniform flag check block * bgp_mp_unreach_parse(): idem * bgp_attr_parse(): provide extra arguments * bgp_mp_attr_test.c * parse_test(): justify respective calls | |||
2011-09-29 | bgpd: more SAFI fixes | Denis Ovsienko | |
(with resolved conflict in bgpd/bgp_packet.c) Two macros resolving to the same integer constant broke a case block and a more thorough merge of BGP_SAFI_VPNV4 and BGP_SAFI_VPNV6 was performed. * bgpd.h: MPLS-labeled VPN SAFI is AFI-independent, switch to single * macro * bgp_capability_test.c: update test data * bgp_mp_attr_test.c: idem * bgp_route.c: (bgp_maximum_prefix_overflow, bgp_table_stats_vty) update macro and check conditions (where appropriate) * bgp_packet.c: (bgp_route_refresh_send, bgp_capability_send, bgp_update_receive, bgp_route_refresh_receive): idem * bgp_open.c: (bgp_capability_vty_out, bgp_afi_safi_valid_indices, bgp_open_capability_orf, bgp_open_capability): idem * bgp_attr.c: (bgp_mp_reach_parse, bgp_packet_attribute, bgp_packet_withdraw): idem | |||
2008-06-07 | [tests] BGP MP_(UN)REACH_NLRI unit tests (actual file..) | Paul Jakma | |
2008-06-07 Paul Jakma <paul@jakma.org * bgp_mp_attr_test.c: MP_(UN)REACH_NLRI unit tests |