]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Large-communities CLI accepts configurations sans attributes. 4815/head
authorNaveen Thanikachalam <nthanikachal@vmware.com>
Sun, 11 Aug 2019 10:30:22 +0000 (03:30 -0700)
committerNaveen Thanikachalam <nthanikachal@vmware.com>
Mon, 12 Aug 2019 04:41:43 +0000 (21:41 -0700)
commit82cdf28d2f4d0ba64a0f3998de4fe0b6560145ce
treedf33b24684f5d6b18e105c99fb929148da233b7c
parentab0ef7a3920131edf680a866b21bd6e03fd92041
bgpd: Large-communities CLI accepts configurations sans attributes.

BGP large-communities configuration CLI is successful even if
the command is configured without any attributes.
For ex., the below commands are successful.
         1) "bgp large-community-list standard TEST permit"
         2) "bgp large-community-list standard TEST deny"

The CLI definitions that allow these erroneous configurations need to be removed.

Signed-off-by: NaveenThanikachalam nthanikachal@vmware.com
bgpd/bgp_vty.c