]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd : Ambiguous command: show bgp large-community-list 1
authorvdhingra <vdhingra@vmware.com>
Mon, 12 Aug 2019 11:15:29 +0000 (04:15 -0700)
committervdhingra <vdhingra@vmware.com>
Mon, 26 Aug 2019 06:01:02 +0000 (23:01 -0700)
commit960b69b9df7bfe099712fac871ca59daf99f2969
tree121804508eab31e7134e2bf33a0e0d1c2a6f91e2
parentf067bdf8e2a468d1c7f553b212de2520609d081b
bgpd : Ambiguous command: show bgp large-community-list 1

When user wants to dump individual large-community-list with the name
then bgp throws an error. It is due to command to dump the bgp RIB routes
having a particular large-community-list values. To segregate both the
commands this fix has added the detail keyword in the below command.
show bgp large-community-list <(1-500)|WORD> detail
The same code change is applicable for community-list also.

Signed-off-by: vishaldhingra<vdhingra@vmware.com>
bgpd/bgp_vty.c