]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Cleanup cli for [l]community_delete functions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 24 Feb 2019 00:27:09 +0000 (19:27 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 24 Feb 2019 00:27:09 +0000 (19:27 -0500)
commita5dc3899a65eac5018e878e1d021b5ad066c1e00
treecca0bfca730672d2e614f818c63c5c4925fc1fae
parent5fa343088527419802314442d8fad5176ba8ac16
bgpd: Cleanup cli for [l]community_delete functions

The community_delete and lcommunity_delete functionality was
creating a special string that needed to be specially parsed.
Remove all this string creation and just pass the pertinent
data into the appropriate functions.

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