]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix bug in ecommunity_match
authorRenato Westphal <renatowestphal@gmail.com>
Wed, 27 Jun 2012 20:18:08 +0000 (17:18 -0300)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Sat, 3 Sep 2016 15:05:51 +0000 (11:05 -0400)
commit9cc8cd02790ce8d7cac29963cfd2a35c42b5301f
tree1e6319a2aae5ec338907c5969fd843e74ce4c43f
parent5c9e5a8df8cfc038de2cd39ba592d4f68382aed1
bgpd: fix bug in ecommunity_match

The offset used to compare extended communities should be increased by
steps of ECOMMUNITY_SIZE and not one by one.
bgpd/bgp_ecommunity.c