]> git.proxmox.com Git - mirror_frr.git/commit
bgpd:Fixing the signature of community_free function
authorSri Mohana Singamsetty <msingamsetty@vmware.com>
Mon, 22 Oct 2018 19:58:39 +0000 (12:58 -0700)
committerSri Mohana Singamsetty <msingamsetty@vmware.com>
Tue, 23 Oct 2018 16:52:32 +0000 (09:52 -0700)
commit3c1f53dee9a4edc36fa52eedcea08b2ea36445ae
tree27ab2ed36dab6c37afafdaec66a4946443d47589
parent9a2deb2473f7d337f472792308a41c52b7feb6e2
bgpd:Fixing the signature of community_free function

community_free, lcommunity_free and ecommunity_free are similar type of functions. Most of the places, these three are called together. The signature of community_free is different from other two functions. Modified the community_free API signature to align with other two functions to avoid any confusion. There is no functionality impact with this and this is just to avoid any confusion.

Testing: manual testing and show commands
Signed-off-by: Sri Mohana Singamsetty msingamsetty@vmware.com
bgpd/bgp_attr.c
bgpd/bgp_clist.c
bgpd/bgp_community.c
bgpd/bgp_community.h
bgpd/bgp_mpath.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c