]> git.puffer.fish Git - mirror/frr.git/commit
*: fix missing VRF autocompletions 5051/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 24 Sep 2019 16:51:46 +0000 (19:51 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 24 Sep 2019 16:51:46 +0000 (19:51 +0300)
commite429a2a0cc6826b280addd8280034b89ed21bfea
treefcbaa560b5de41047d16f21f2a47e0871879beb1
parent7d7828cf25492a5706ccad79e22d11ef526d3fed
*: fix missing VRF autocompletions

Current autocompletion works only for simple "vrf NAME" case.

This commit expands it also for the following cases:
- "nexthop-vrf NAME" in staticd
- usage of $varname in many daemons

All daemons are updated to use single varname "$vrf_name".

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bfdd/bfdd_vty.c
doc/user/bfd.rst
lib/if.c
lib/nexthop_group.c
lib/vrf.c
pbrd/pbr_vty.c
sharpd/sharp_vty.c
zebra/interface.c