]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Use `struct rmap_community` when we use community_list_lookup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Dec 2018 18:01:06 +0000 (13:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 9 Jan 2019 01:20:34 +0000 (20:20 -0500)
commite9a223ac31df473ebbb264219a9e004708c0a79d
tree06abbe8e13756823efbcad29175be9e15b252d50
parent17c7cb4acd01c76ceb9daa667857169e28540993
bgpd: Use `struct rmap_community` when we use community_list_lookup

The community_list_lookup function is being changed in a future
commit.  As such we want to use the `struct rmap_community` data
structure for storing compiled information about communities,ecommunities
or lcommunities.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c