]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix up multipath merge breakage
authorDavid Lamparter <equinox@diac24.net>
Sat, 28 Apr 2012 20:37:20 +0000 (22:37 +0200)
committerDavid Lamparter <equinox@diac24.net>
Sat, 28 Apr 2012 20:37:20 +0000 (22:37 +0200)
commitfac3c2453a06bce773a3f4ae6834f5f9a317b88c
tree00b1e95d9fc2d148d1731967ccd104af3f7615c6
parent27f689793a25a66cf62561ac1d1302e01983a805
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>
bgpd/bgp_mpath.c