commit | 1f742f21a98f756cea03856849fa2f82f467baf7 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Sun Aug 06 15:52:11 2006 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Sun Aug 06 15:52:11 2006 +0000 |
tree | fe295616ed2036e691cf85f7fd73083ad4ddc2fd | |
parent | 36943749147bef10df8ffc0e2ad79f4dd06cd9ac [diff] |
[bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. 2006-08-06 Paul Jakma <paul.jakma@sun.com> * bgp_aspath.c: (aspath_loop_check) Fix the typo-bug which essentially had disabled this check. Problem reported by Bartek Kania <mrbk@gnarf.org> 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.