mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 13:20:08 +01:00
Don't show completion for all setting types but only for base ones.
Before:
$ nmcli connection add type <TAB>
802-11-olpc-mesh ethernet ppp
802-11-wireless generic pppoe
802-11-wireless-security gsm proxy
802-1x infiniband serial
802-3-ethernet ip-tunnel team
adsl ipv4 team-port
bluetooth ipv6 tun
bond macsec user
bridge macvlan vlan
bridge-port olpc-mesh vpn
cdma ovs-bridge vxlan
connection ovs-interface wifi
dcb ovs-patch wifi-sec
dummy ovs-port wimax
After:
$ nmcli connection add type <TAB>
802-11-olpc-mesh cdma macsec team
802-11-wireless dummy macvlan tun
802-3-ethernet ethernet olpc-mesh vlan
adsl generic ovs-bridge vpn
bluetooth gsm ovs-interface vxlan
bond infiniband ovs-port wifi
bridge ip-tunnel pppoe wimax
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| tests | ||
| nm-client-utils.c | ||
| nm-client-utils.h | ||
| nm-meta-setting-access.c | ||
| nm-meta-setting-access.h | ||
| nm-meta-setting-desc.c | ||
| nm-meta-setting-desc.h | ||
| nm-polkit-listener.c | ||
| nm-polkit-listener.h | ||
| nm-secret-agent-simple.c | ||
| nm-secret-agent-simple.h | ||
| nm-vpn-helpers.c | ||
| nm-vpn-helpers.h | ||
| settings-docs.c.in | ||
| settings-docs.xsl | ||