From 15c4f8ce9fda553bf92f809d3ff36480e81f0319 Mon Sep 17 00:00:00 2001 From: t_jeang Date: Tue, 6 Jan 2009 12:06:05 +0000 Subject: [PATCH] imported patch bonding-default-slb.patch --- drivers/net/bonding/bond_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 3f6cc714..bdcb9654 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -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; -- 2.39.5