summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2015-08-12 20:21:04 +0000
committerhiren <hiren@FreeBSD.org>2015-08-12 20:21:04 +0000
commit99dda03ed417a5c7340f0b5098d754bfd92011d7 (patch)
treede71c825a5b2bd87b45dba96fe7e6c2b73a4e827 /sys/net/if_lagg.h
parenta83dfa76512c701e26ed4be2b780506a15072e65 (diff)
downloadFreeBSD-src-99dda03ed417a5c7340f0b5098d754bfd92011d7.zip
FreeBSD-src-99dda03ed417a5c7340f0b5098d754bfd92011d7.tar.gz
Make LAG LACP fast timeout tunable through IOCTL.
Differential Revision: D3300 Submitted by: LN Sundararajan <lakshmi.n at msystechnologies> Reviewed by: wblock, smh, gnn, hiren, rpokala at panasas MFC after: 2 weeks Sponsored by: Panasas
Diffstat (limited to 'sys/net/if_lagg.h')
-rw-r--r--sys/net/if_lagg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_lagg.h b/sys/net/if_lagg.h
index a45fa16..bb5ea23 100644
--- a/sys/net/if_lagg.h
+++ b/sys/net/if_lagg.h
@@ -150,6 +150,7 @@ struct lagg_reqopts {
#define LAGG_OPT_LACP_STRICT 0x10 /* LACP strict mode */
#define LAGG_OPT_LACP_TXTEST 0x20 /* LACP debug: txtest */
#define LAGG_OPT_LACP_RXTEST 0x40 /* LACP debug: rxtest */
+#define LAGG_OPT_LACP_TIMEOUT 0x80 /* LACP timeout */
u_int ro_count; /* number of ports */
u_int ro_active; /* active port count */
u_int ro_flapping; /* number of flapping */
OpenPOWER on IntegriCloud