From 1f742f21a98f756cea03856849fa2f82f467baf7 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 6 Aug 2006 15:52:11 +0000 Subject: [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. 2006-08-06 Paul Jakma * bgp_aspath.c: (aspath_loop_check) Fix the typo-bug which essentially had disabled this check. Problem reported by Bartek Kania in [quagga-users 7388]. * aspath_test.c: (validate) Fix the sense of the aspath_loop_check, which was the wrong way around and had actually been testing for aspath_loop_check to be buggy. --- tests/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/ChangeLog') diff --git a/tests/ChangeLog b/tests/ChangeLog index 74118e63..b066cfd8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2006-08-06 Paul Jakma + + * aspath_test.c: (validate) Fix the sense of the aspath_loop_check, + which was the wrong way around and had actually been testing for + aspath_loop_check to be buggy. + 2006-05-28 Paul Jakma * test-sig.c: (main) configure logging, there's no terminal -- cgit v1.2.1