]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Fix handling of transitive extended communities
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 24 Oct 2019 15:47:45 +0000 (17:47 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 24 Oct 2019 15:50:19 +0000 (17:50 +0200)
commitec331acf48535211fb5b50c87e74bf1c8370283a
treed6c774f48c4ba2e842a784b2b698e8d087b6d2f5
parent5ce881be82d6698c32e36add9ed6e1643150c3f3
BGP: Fix handling of transitive extended communities

Transitive extended communities should be removed on external sessions,
the old code them in all cases.

Thanks to Jean-Daniel Pauget for the original patch.
proto/bgp/attrs.c