]> 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)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 1 Sep 2021 19:51:44 +0000 (12:51 -0700)
commit6d0d35bab9f8af48a3f796e2302834db36eda96d
treefcf04b681cbcd84553a980923395975148283929
parent926ad64104bb624f67d2171aa8dffe63d5cd7b41
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