]> git.puffer.fish Git - matthieu/frr.git/commit
*: fix missing VRF autocompletions
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 24 Sep 2019 16:51:46 +0000 (19:51 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 26 Sep 2019 09:17:15 +0000 (12:17 +0300)
commitafd38fdc8d14e3adfbd7085ae4907aa9eda64b95
treef343b68342a1e191f03903991a332c9db8825079
parent1e65094740a90edff521f751216fde3fbe897524
*: 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