summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-06-10 08:59:02 +0200
committerChristian Breunig <christian@breunig.cc>2023-06-10 08:59:02 +0200
commit0c1f4c358298498468e162bb847edb3467642ce4 (patch)
tree821de7b6ced217e4392f9c9a916f8015ec492e0e
parent30f7cc7e3ca91fb7fcb15d83acfcadec5fe31c35 (diff)
downloadvyatta-cfg-0c1f4c358298498468e162bb847edb3467642ce4.tar.gz
vyatta-cfg-0c1f4c358298498468e162bb847edb3467642ce4.zip
T31: add vrf format identifier
-rw-r--r--etc/bash_completion.d/vyatta-cfg3
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"
;;