commit | 4b502fdb64db6fcad5359973e3ff7e7c88e93a7d | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Wed Jul 27 17:06:32 2016 +0100 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 04 13:07:53 2016 +0100 |
tree | ed2fc8123a6e40f2c498fa685849525e15f18b69 | |
parent | 789dfc9fe07e23e6c73a299ecbbcbb6d3d411391 [diff] |
tests: Fix testbgpmpattr and make check, broken by BGP NHT. * bgp_mp_attr_test.c: Fix segfault due to uninitialised bgp_nexthop_cache globals in nexthop parsing path, which require bgp_scan_init() to have been called. Fixes issue introduced with: 'bgpd, zebra: Use next hop tracking for connected routes too'