diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-08-01 11:04:35 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-08-01 11:04:35 +0200 | 
| commit | ca8eba2f9f9146a14373345bc03a46395ddd349a (patch) | |
| tree | 5430bb88b50ef1fd800d391504b97cf9be07f91e | |
| parent | 348cc302258b59b3e31c4aeb7ccc432086908edc (diff) | |
| download | vyos-1x-ca8eba2f9f9146a14373345bc03a46395ddd349a.tar.gz vyos-1x-ca8eba2f9f9146a14373345bc03a46395ddd349a.zip | |
op-mode: T3700: extend completion helper to not list VLAN subinterfaces
This completes commit 0f25f97c9 (op-mode: T3700: add "show evpn access-vlan"
commands) with the latest addition in vyos-utils [1] package to only list
parent interfaces when offering completion help.
[1]: https://github.com/vyos/vyos-utils/commit/675ea7481aeef90
| -rw-r--r-- | op-mode-definitions/show-evpn.xml.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/op-mode-definitions/show-evpn.xml.in b/op-mode-definitions/show-evpn.xml.in index 9e8d9f2dc..a005cbc30 100644 --- a/op-mode-definitions/show-evpn.xml.in +++ b/op-mode-definitions/show-evpn.xml.in @@ -20,7 +20,7 @@              <properties>                <help>Access VLANs interface name</help>                <completionHelp> -                <script>${vyos_completion_dir}/list_interfaces --bridgeable</script> +                <script>${vyos_completion_dir}/list_interfaces --bridgeable --no-vlan-subinterfaces</script>                </completionHelp>              </properties>              <children> | 
