On Mon,  3 Aug 2015 12:19:55 +0200
Nikolay Aleksandrov <ra...@blackwall.org> wrote:

> From: Nikolay Aleksandrov <niko...@cumulusnetworks.com>
> 
> Add support to be able to set and show the value of tlb_dynamic_lb
> (IFLA_BOND_TLB_DYNAMIC_LB).
> Example:
> $ ip -d link show dev bond0 type bond
> 7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
> mode DEFAULT group default
>     link/ether ce:2f:e1:6e:d7:e0 brd ff:ff:ff:ff:ff:ff promiscuity 0
>     bond mode balance-tlb miimon 100 updelay 0 downdelay 0 use_carrier 1
> arp_interval 0 arp_validate none arp_all_targets any primary_reselect
> always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1
> num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1
> packets_per_slave 1 lacp_rate slow ad_select stable tlb_dynamic_lb 1
> addrgenmode eui64
> 
> $ ip -d l set dev bond0 type bond tlb_dynamic_lb 0
> $ ip -d link show dev bond0 type bond
> 7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
> mode DEFAULT group default
>     link/ether ce:2f:e1:6e:d7:e0 brd ff:ff:ff:ff:ff:ff promiscuity 0
>     bond mode balance-tlb miimon 100 updelay 0 downdelay 0 use_carrier 1
> arp_interval 0 arp_validate none arp_all_targets any primary_reselect
> always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1
> num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1
> packets_per_slave 1 lacp_rate slow ad_select stable tlb_dynamic_lb 0
> addrgenmode eui64
> 
> Signed-off-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com>

Applied to net-next

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to