Fixed patch to use $target instead of $IF_BOND_ARP_IP_TARGET :

--- ifenslave.ori       2008-05-11 23:11:44.000000000 +0200
+++ ifenslave   2008-05-12 01:30:33.000000000 +0200
@@ -53,7 +53,9 @@
                        echo "$IF_BOND_DOWNDELAY" > $BOND_PARAMS/downdelay
                fi
                if [ "$IF_BOND_ARP_IP_TARGET" ]; then
-                       echo "$IF_BOND_ARP_IP_TARGET" > 
$BOND_PARAMS/arp_ip_target
+                       for target in $IF_BOND_ARP_IP_TARGET ; do
+                               echo "+$target" > $BOND_PARAMS/arp_ip_target
+                       done
                fi
                if [ "$IF_BOND_ARP_INTERVAL" ]; then
                        echo "$IF_BOND_ARP_INTERVAL" > $BOND_PARAMS/arp_interval



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to