diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-02 21:48:01 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-04 19:04:56 +0000 |
| commit | ce2570bc0a1810a6dd1eaea683d4a8a73c00a53c (patch) | |
| tree | cef1701c62ce9c56724f769c30cc99f82b87d395 | |
| parent | 7d6e13e13838ca05573ac28e1cc4ace4585ed6e2 (diff) | |
bgpd: fix large-community-list commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | bgpd/bgp_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 66689c8367..7e2912440a 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -11249,6 +11249,7 @@ lcommunity_list_set_vty (struct vty *vty, int argc, struct cmd_token **argv, return CMD_WARNING; } + idx = 0; argv_find (argv, argc, "AA:BB:CC", &idx); argv_find (argv, argc, "LINE", &idx); /* Concat community string argument. */ |
