blob: 319e223ea0e415f2715e6aaaa47c8363bc3ce1b1 (
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
26
27
28
29
30
31
32
33
34
35
36
37
Diffstat (limited to 'sysconfig/network-scripts/ifdown') 1 files changed, 4 insertions, 0 deletions @@ -38,6 +38,10 @@ if [ -x $OTHERSCRIPT ]; then exec $OTHERSCRIPT $CONFIG $2 fi +if [ "${NETWORKING_IPV6}" = "yes" ]; then + /etc/sysconfig/network-scripts/ifdown-ipv6 $DEVICE +fi + # Check to make sure the device is actually up check_device_down && exit 0 |
|