summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-05-03 09:07:36 +0000
committerthompsa <thompsa@FreeBSD.org>2007-05-03 09:07:36 +0000
commit4d632bcc357bd6ca69f4c8044da32e64117c917f (patch)
treeb1d65b32dcf487bb924ee6ca72fe3824d0640de8 /sys/net/if_lagg.h
parenta6c25cdbc7b457ea7fdd75effeb107a4fbd1091a (diff)
downloadFreeBSD-src-4d632bcc357bd6ca69f4c8044da32e64117c917f.zip
FreeBSD-src-4d632bcc357bd6ca69f4c8044da32e64117c917f.tar.gz
Fix flag descriptions.
Diffstat (limited to 'sys/net/if_lagg.h')
-rw-r--r--sys/net/if_lagg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_lagg.h b/sys/net/if_lagg.h
index d5a6406..a717d39 100644
--- a/sys/net/if_lagg.h
+++ b/sys/net/if_lagg.h
@@ -34,8 +34,8 @@
#define LAGG_PORT_MASTER 0x00000001 /* primary port */
#define LAGG_PORT_STACK 0x00000002 /* stacked lagg port */
#define LAGG_PORT_ACTIVE 0x00000004 /* port is active */
-#define LAGG_PORT_COLLECTING 0x00000008 /* port is active */
-#define LAGG_PORT_DISTRIBUTING 0x00000010 /* port is active */
+#define LAGG_PORT_COLLECTING 0x00000008 /* port is receiving frames */
+#define LAGG_PORT_DISTRIBUTING 0x00000010 /* port is sending frames */
#define LAGG_PORT_DISABLED 0x00000020 /* port is disabled */
#define LAGG_PORT_GLOBAL 0x80000000 /* IOCTL: global flag */
#define LAGG_PORT_BITS "\20\01MASTER\02STACK\03ACTIVE\04COLLECTING" \
OpenPOWER on IntegriCloud