B brucexx Renowned Member Proxmox Subscriber Mar 19, 2015 265 9 83 Aug 19, 2016 #1 What happens is I do not select a hash policy ? Is there a default that if be used ? Thank you
J JBOWER Renowned Member Aug 23, 2013 11 1 68 Aug 19, 2016 #2 https://www.kernel.org/doc/Documentation/networking/bonding.txt The default value is layer2. This option was added in bonding version 2.6.3. In earlier versions of bonding, this parameter does not exist, and the layer2 policy is the only policy. The layer2+3 value was added for bonding version 3.2.2. if you would like to check cat /sys/class/net/bond1/bonding/xmit_hash_policy change bond1 to match your bond id Last edited: Aug 19, 2016 Reactions: brucexx
https://www.kernel.org/doc/Documentation/networking/bonding.txt The default value is layer2. This option was added in bonding version 2.6.3. In earlier versions of bonding, this parameter does not exist, and the layer2 policy is the only policy. The layer2+3 value was added for bonding version 3.2.2. if you would like to check cat /sys/class/net/bond1/bonding/xmit_hash_policy change bond1 to match your bond id