]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix auto-completion for neighbors and peer-groups 2202/head
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 10 May 2018 13:10:18 +0000 (09:10 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Thu, 10 May 2018 17:59:27 +0000 (17:59 +0000)
commit47a306a040d76f88a482ce83cab082894940adfd
tree2339f0bc311e738e966697ec3d4437b722cda435
parent3dc755e492093c42d0983620da810893c413c533
bgpd: fix auto-completion for neighbors and peer-groups

Before this fix, both real neighbors and peer-groups were lumped
together in auto-completion and it didn't work at all for
peer-groups.  This fix changes that behavior to do the right
thing.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
bgpd/bgp_vty.c