]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r362078:
authorRavi Pokala <rpokala@FreeBSD.org>
Fri, 19 Jun 2020 05:54:15 +0000 (05:54 +0000)
committerRavi Pokala <rpokala@FreeBSD.org>
Fri, 19 Jun 2020 05:54:15 +0000 (05:54 +0000)
commit4f607c824a216988b8ef72190e5207c3a2f11291
treeddee61d477c4698c99f150520b9159a5eb6ba2d0
parent8ffd0d1181740e9d78b6bcce794a2a21c73030e8
MFC r362078:

Decode the "LACP Fast Timeout" LAGG option flag

r286700 added the "lacp_fast_timeout" option to `ifconfig', but we forgot to
include the new option in the string used to decode the option bits. Add
"LACP_FAST_TIMO" to LAGG_OPT_BITS.

Also, s/LAGG_OPT_LACP_TIMEOUT/LAGG_OPT_LACP_FAST_TIMO/g , to be clearer that
the flag indicates "Fast Timeout" mode.
sbin/ifconfig/iflagg.c
sys/net/if_lagg.c
sys/net/if_lagg.h