From e08286bcf8a73d1922b0464bef52c1b27eda7c43 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 18 Sep 2007 12:11:26 +0000 Subject: [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes 2007-09-17 Paul Jakma * bgp_open.c: (bgp_capability_mp) We were setting afc_nego[safi][safi] rather than afc_nego[afi][safi], thus failling to announce any non-IPv4 prefixes. Remove the extra, typo-ed character. * bgp_capability_test.c: Test that peer's adv_recv and adv_nego get set correctly for MP capability and given AFI/SAFI. Colour OK/failed result so it's easier to find them. --- tests/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/ChangeLog') diff --git a/tests/ChangeLog b/tests/ChangeLog index 1a198263..46ab9766 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2007-09-17 Paul Jakma + + * bgp_capability_test.c: Test that peer's adv_recv and adv_nego get + set correctly for MP capability and given AFI/SAFI. + Colour OK/failed result so it's easier to find them. + 2007-07-27 Paul Jakma * bgp_capability_test.c: new, capability parser unit tests. -- cgit v1.2.1