]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Allow shortened 'no set large-community' and 'no set large-comm-list'
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 12:30:01 +0000 (07:30 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 12:30:01 +0000 (07:30 -0500)
commit76a20aa982ca514e15ec0400d3f8ac58b7d3c3e3
tree463308ca59ab353dabbaeeac904856013956426b
parent4db5ee8ea31a2a567dcf3988509146a8cc323912
bgpd: Allow shortened 'no set large-community' and 'no set large-comm-list'

These two commands previously required the whole original command but
we should allow the user to shorten out this since the data at the
end is not required to figure out what to delete.

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