]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip/bond: add lacp active support
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 9 Aug 2021 03:01:53 +0000 (11:01 +0800)
committerDavid Ahern <dsahern@kernel.org>
Wed, 11 Aug 2021 18:26:20 +0000 (12:26 -0600)
commitebaa603b308d70d43f99552b0ab5d6fe711705af
tree1139cc1a416f9702b3dea25ed9b0eecf276d324e
parent8d6134b2047526427edebe534da3cf7bc715989f
ip/bond: add lacp active support

lacp_active specifies whether to send LACPDU frames periodically.
If set on, the LACPDU frames are sent along with the configured lacp_rate
setting. If set off, the LACPDU frames acts as "speak when spoken to".

v2: use strcmp instead of match for new options.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
ip/iplink_bond.c