From a12d2efb0a2f8082f97d3a9b0a7c38a737aa8bec Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 10 Nov 2008 15:38:59 +0100 Subject: fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood (darcy.sherwood@gmail.com)) --- sysconfig/network-scripts/ifup-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index cce0cd25..33df60f0 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -126,7 +126,7 @@ if [ "$ISALIAS" = no ] && is_bonding_device ${DEVICE} ; then for arg in $BONDING_OPTS ; do key=${arg%%=*}; value=${arg##*=}; - if [ "${key}" = "arp_ip_target" ]; then + if [ "${key}" = "arp_ip_target" -a "${value:0:1}" != "+" ]; then OLDIFS=$IFS; IFS=','; for arp_ip in $value; do -- cgit v1.2.1