summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-10-01 08:32:37 +0000
committerru <ru@FreeBSD.org>2003-10-01 08:32:37 +0000
commite7ebf2c29a49deea4eaab17c9af60539b957ba24 (patch)
tree655d5100ad39fe3012e7422a221468ace2d6d417 /sys/net/if.h
parent52f3ed471697534d35a97f910949a43788f33d8e (diff)
downloadFreeBSD-src-e7ebf2c29a49deea4eaab17c9af60539b957ba24.zip
FreeBSD-src-e7ebf2c29a49deea4eaab17c9af60539b957ba24.tar.gz
By popular demand, added the "static ARP" per-interface option.
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 7c6349d..44531d2 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -150,6 +150,7 @@ struct if_data {
#define IFF_POLLING 0x10000 /* Interface is in polling mode. */
#define IFF_PPROMISC 0x20000 /* user-requested promisc mode */
#define IFF_MONITOR 0x40000 /* user-requested monitor mode */
+#define IFF_STATICARP 0x80000 /* static ARP */
/* flags set internally only: */
#define IFF_CANTCHANGE \
OpenPOWER on IntegriCloud