diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-10 08:59:02 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-06-10 08:59:02 +0200 |
commit | 0c1f4c358298498468e162bb847edb3467642ce4 (patch) | |
tree | 821de7b6ced217e4392f9c9a916f8015ec492e0e /etc | |
parent | 30f7cc7e3ca91fb7fcb15d83acfcadec5fe31c35 (diff) | |
download | vyatta-cfg-0c1f4c358298498468e162bb847edb3467642ce4.tar.gz vyatta-cfg-0c1f4c358298498468e162bb847edb3467642ce4.zip |
T31: add vrf format identifier
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 81fd7cc..1f8b3f6 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -523,6 +523,9 @@ get_value_format_string () path) echo -n '<path>' ;; + vrf) + echo -n '<vrf>' + ;; *) echo -n "$vtype" ;; |