diff options
author | Bill Nottingham <notting@redhat.com> | 2008-07-29 15:18:51 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-07-29 15:18:51 -0400 |
commit | 2a468750ca8b0c0aad25707f9a0119b0f2c84fb2 (patch) | |
tree | d6c890417dc835094b7a0651a674ed8742d89347 /sysconfig | |
parent | 2d4961610d2e004593c293ecc7aafe1893add265 (diff) | |
download | initscripts-2a468750ca8b0c0aad25707f9a0119b0f2c84fb2.tar initscripts-2a468750ca8b0c0aad25707f9a0119b0f2c84fb2.tar.gz initscripts-2a468750ca8b0c0aad25707f9a0119b0f2c84fb2.tar.bz2 initscripts-2a468750ca8b0c0aad25707f9a0119b0f2c84fb2.tar.xz initscripts-2a468750ca8b0c0aad25707f9a0119b0f2c84fb2.zip |
Kill more stuff from the loopback path.
Diffstat (limited to 'sysconfig')
-rwxr-xr-x | sysconfig/network-scripts/ifup-eth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index 43e88fae..750e57ad 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -266,7 +266,6 @@ else echo $"Error adding address ${IPADDR} for ${DEVICE}." fi fi - fi if [ -n "$SRCADDR" ]; then sysctl -w "net.ipv4.conf.${REALDEVICE}.arp_filter=1" >/dev/null 2>&1 @@ -276,6 +275,7 @@ else arping -q -A -c 1 -I ${REALDEVICE} ${IPADDR} ( sleep 2; arping -q -U -c 1 -I ${REALDEVICE} ${IPADDR} ) > /dev/null 2>&1 < /dev/null & + fi # Set a default route. if [ -z "${GATEWAYDEV}" -o "${GATEWAYDEV}" = "${REALDEVICE}" ]; then |