Re: xmit_hash_policy (bonding) not working

2013-07-11 Thread ML mail
Found the issue, the correct option for the bond iface definition is:     bond_xmit_hash_policy layer3+4 From: ML mail To: "debian-user@lists.debian.org" Sent: Thursday, July 11, 2013 10:54 AM Subject: xmit_hash_policy (bonding) not working

xmit_hash_policy (bonding) not working

2013-07-11 Thread ML mail
Hi, I am running Debian 7 with two NICs bonded using 802.3ad and would like to change the xmit_hash_policy from the default layer2 to layer3+4. For this purpose I have added to my bond0 iface definition in /etc/network/interfaces the following parameter:     xmit_hash_policy layer3+4 Unf