summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.c
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2015-09-15 05:19:10 +0000
committerhiren <hiren@FreeBSD.org>2015-09-15 05:19:10 +0000
commitc6c0cd45579f43f207e8e2947ad33106d634728a (patch)
tree9ba814221adfa983b40c02dee7a4b22582335d18 /sys/net/ieee8023ad_lacp.c
parenta6f66e44deebac6adc1fdb2f3abb6f0afbbc38de (diff)
downloadFreeBSD-src-c6c0cd45579f43f207e8e2947ad33106d634728a.zip
FreeBSD-src-c6c0cd45579f43f207e8e2947ad33106d634728a.tar.gz
MFC r286700
Make LAG LACP fast timeout tunable through IOCTL.
Diffstat (limited to 'sys/net/ieee8023ad_lacp.c')
-rw-r--r--sys/net/ieee8023ad_lacp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ieee8023ad_lacp.c b/sys/net/ieee8023ad_lacp.c
index 3a0de01..361f592 100644
--- a/sys/net/ieee8023ad_lacp.c
+++ b/sys/net/ieee8023ad_lacp.c
@@ -519,7 +519,7 @@ lacp_port_create(struct lagg_port *lgp)
int error;
boolean_t active = TRUE; /* XXX should be configurable */
- boolean_t fast = FALSE; /* XXX should be configurable */
+ boolean_t fast = FALSE; /* Configurable via ioctl */
bzero((char *)&sdl, sizeof(sdl));
sdl.sdl_len = sizeof(sdl);
OpenPOWER on IntegriCloud