connections-without-ipv6-privacy: skip lo
This commit is contained in:
parent
11f23681c9
commit
9aab5d5147
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
set -e
|
set -e
|
||||||
cd /etc/sysconfig/network-scripts
|
cd /etc/sysconfig/network-scripts
|
||||||
for c in ifcfg-*; do
|
for c in ifcfg-*; do
|
||||||
|
if [ "$c" == "ifcfg-lo" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
if ! grep -q IPV6_PRIVACY=rfc3041 $c; then
|
if ! grep -q IPV6_PRIVACY=rfc3041 $c; then
|
||||||
echo $c
|
echo $c
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue