nmcli/bash-completion: add completion for 'tun' connection mode

This commit is contained in:
Beniamino Galvani
2015-11-25 10:26:26 +01:00
parent 43badf7cdf
commit c223e811f1

View File

@@ -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