aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/ifconfig.fish
blob: ab1481e7ac2bbe314ecb7ca3eef0378de702cdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
complete -x -c ifconfig -a down -d (_ "Stop interface")
complete -x -c ifconfig -a up -d (_ "Start interface")
complete -x -c ifconfig -a "
	{,-}arp
	{,-}promisc
	{,-}allmulti
	metric
	mtu
	dstaddr
	netmask
	add
	del
	tunnel
	irq
	io_addr
	mem_start
	media
	{,-}broadcast
	{,-}pointopoint
	hw
	multicast
	address
	txqueuelen
"
complete -x -c ifconfig -a "(__fish_print_interfaces)" -d (_ "Network interface")