]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix lcommunity refs in table-map 1116/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Sep 2017 12:51:00 +0000 (14:51 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Sep 2017 12:51:00 +0000 (14:51 +0200)
commitf6d5ec3bbd2c927cae51acf3477603f9c5477a47
tree276f815a2c3ff5ba67e4157734c748ffa4dc9ce2
parenteb21e895d71aca4787b846b6043ec36339e60b23
bgpd: fix lcommunity refs in table-map

bgp_attr_deep_dup() needs to be removed just like bgp_attr_refcount(),
but that's a little too intrusive for the 3.0 branch at this point.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_attr.c