summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-11-25 10:26:26 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-11-25 11:33:53 +0100
commit0e53cb175ee70da0f971edbf3239a69010a1e879 (patch)
tree8f75ccce28cbb2b7123f206bcf89a7dc7576f27a
parent73f5b188028b90bca583feff57794476ed8f8e87 (diff)
downloadNetworkManager-bg/create-sw-devices-bgo749369-tun.tar.gz
mcli/bash-completion: add completion for 'tun' connection modebg/create-sw-devices-bgo749369-tun
-rw-r--r--clients/cli/nmcli-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/nmcli-completion b/clients/cli/nmcli-completion
index 90365a0086..1827551b0c 100644
--- a/clients/cli/nmcli-completion
+++ b/clients/cli/nmcli-completion
@@ -401,7 +401,7 @@ _nmcli_compl_ARGS()
# user friendly. Only complete them, if the current word already starts with an "8".
_nmcli_list "802-3-ethernet 802-11-wireless 802-11-olpc-mesh"
else
- _nmcli_list "ethernet wifi wimax gsm cdma infiniband bluetooth vpn olpc-mesh vlan bond bridge team pppoe adsl"
+ _nmcli_list "ethernet wifi wimax gsm cdma infiniband bluetooth vpn olpc-mesh vlan bond bridge team pppoe adsl tun"
fi
return 0
fi