]> xenbits.xen.org Git - xenclient/kernel.git/commitdiff
imported patch bonding-default-slb.patch bonding-balance-slb.patch
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
drivers/net/bonding/bond_main.c

index 3f6cc7146c5b61f01b448c82dc1668b2f8519706..bdcb9654c56dfaf5cc658d1db9f85a299793da1f 100644 (file)
@@ -146,7 +146,7 @@ static struct proc_dir_entry *bond_proc_dir = NULL;
 extern struct rw_semaphore bonding_rwsem;
 static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ;
 static int arp_ip_count        = 0;
-static int bond_mode   = BOND_MODE_ROUNDROBIN;
+static int bond_mode   = BOND_MODE_SLB;
 static int xmit_hashtype= BOND_XMIT_POLICY_LAYER2;
 static int lacp_fast   = 0;