From 0c1f4c358298498468e162bb847edb3467642ce4 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 10 Jun 2023 08:59:02 +0200 Subject: T31: add vrf format identifier --- etc/bash_completion.d/vyatta-cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') 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 '' ;; + vrf) + echo -n '' + ;; *) echo -n "$vtype" ;; -- cgit v1.2.3