File: down.8

package info (click to toggle)
ifupdown 0.8.44
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 952 kB
  • sloc: ansic: 2,781; sh: 899; perl: 513; makefile: 90
file content (32 lines) | stat: -rw-r--r-- 1,313 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
exit code: 0
====stdout====
====stderr====
run-parts --verbose /etc/network/if-down.d
ifdown: configuring interface eth2.2:3=eth2.2:3 (inet)
run-parts --verbose /etc/network/if-down.d

ip addr del 3.4.5.6/255.255.254.0 broadcast 3.4.5.255 	  dev eth2.2:3 label eth2.2:3
run-parts --verbose /etc/network/if-post-down.d

ifdown: configuring interface eth2.2=eth2.2 (inet)
run-parts --verbose /etc/network/if-down.d

ip addr del 2.3.4.5/255.255.255.0 broadcast 2.3.4.255 	  dev eth2.2 label eth2.2
run-parts --verbose /etc/network/if-post-down.d
if test -d /sys/class/net/eth2/device/infiniband; then         if test `cat /sys/class/net/eth2/type` -eq 32; then             echo 0x2 > /sys/class/net/eth2/delete_child;         fi     else         ip link del eth2.2;     fi

ifdown: configuring interface eth1:1=eth1:1 (inet)
run-parts --verbose /etc/network/if-down.d

ip addr del 1.5.3.4/255.255.255.0 broadcast 1.5.3.255 	  dev eth1:1 label eth1:1
run-parts --verbose /etc/network/if-post-down.d

ifdown: configuring interface eth1=eth1 (inet)
run-parts --verbose /etc/network/if-down.d

ip addr del 1.2.3.4/255.255.255.0 broadcast 1.2.3.255 	  dev eth1 label eth1
ip -4 addr flush dev eth1
ip link set dev eth1 down
run-parts --verbose /etc/network/if-post-down.d

run-parts --verbose /etc/network/if-post-down.d