diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-04 19:10:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-04 21:43:59 +0100 |
commit | d93efd69083c153c1586dd08d65f1d10769820b7 (patch) | |
tree | c6dc44d93bd7162dbcf86daf15dde57fa59ef283 /src | |
parent | b34ec45126f9ef9b285e46bbf3f917bd926e7f4b (diff) | |
download | vyos-1x-d93efd69083c153c1586dd08d65f1d10769820b7.tar.gz vyos-1x-d93efd69083c153c1586dd08d65f1d10769820b7.zip |
vrf: T31: make 'show vrf' command behave like other 'show interface commands'
- remove the additional depth for querying discrete VRF names
- retrieve available VRF names from via <path> from CLI rather then invoking
an external script
Diffstat (limited to 'src')
-rwxr-xr-x | src/op_mode/show_vrf.py (renamed from src/completion/list_vrf.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/completion/list_vrf.py b/src/op_mode/show_vrf.py index 210b3c9a4..210b3c9a4 100755 --- a/src/completion/list_vrf.py +++ b/src/op_mode/show_vrf.py |