commit | fac3c2453a06bce773a3f4ae6834f5f9a317b88c | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@diac24.net> | Sat Apr 28 22:37:20 2012 +0200 |
committer | David Lamparter <equinox@diac24.net> | Sat Apr 28 22:37:20 2012 +0200 |
tree | 00b1e95d9fc2d148d1731967ccd104af3f7615c6 | |
parent | 27f689793a25a66cf62561ac1d1302e01983a805 [diff] |
bgpd: fix up multipath merge breakage the BGP multipath code was developed against a pre-f6f434b Quagga where bgp_attr_unintern and ecommunity_free took single-star pointers. They now take double-star pointers. * bgpd/bgp_mpath.c: fix up bgp_attr_unintern & ecommunity_free calls. Signed-off-by: David Lamparter <equinox@diac24.net>