]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r362078:
authorrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Jun 2020 07:07:10 +0000 (07:07 +0000)
committerrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Jun 2020 07:07:10 +0000 (07:07 +0000)
commit14cbe13fe85b68e6eab0569df202eb6aa934cb22
treeb71995775cfca2e8322a7ba3c37d6fbb86b8e954
parentee6faa7e9013de1324315d6f1c1c7d788f4f6cd9
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@362368 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ifconfig/iflagg.c
sys/net/if_lagg.c
sys/net/if_lagg.h