]> xenbits.xensource.com Git - people/ssmith/nc2-2.6.27.bak/.git/commitdiff
patch bonding-default-slb.patch
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
drivers/net/bonding/bond_main.c

index 3f3a7c1d91d95dab12e7808143afc6f820c5eb26..35b6a5362429adb968af9e9384880206e5a4dae1 100644 (file)
@@ -153,7 +153,7 @@ static struct proc_dir_entry *bond_proc_dir = NULL;
 extern struct rw_semaphore bonding_rwsem;
 static __be32 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;