summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-06-16 22:59:06 +0000
committermlaier <mlaier@FreeBSD.org>2004-06-16 22:59:06 +0000
commit18ff3600274a040e5de7283d8307f491d309ab41 (patch)
tree8d9c6f476f672fc5e621e202843b1d13c5f76508 /sys/netinet/in.h
parent885650db5e19c322f3faaca8fd10c8191c0a417e (diff)
downloadFreeBSD-src-18ff3600274a040e5de7283d8307f491d309ab41.zip
FreeBSD-src-18ff3600274a040e5de7283d8307f491d309ab41.tar.gz
Prepare for pf 3.5 import:
- Remove pflog and pfsync modules. Things will change in such a fashion that there will be one module with pf+pflog that can be loaded into GENERIC without problems (which is what most people want). pfsync is no longer possible as a module. - Add multicast address for in-kernel multicast pfsync protocol. Protocol glue will follow once the import is done. - Add one more mbuf tag
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 95c2fa3..5b65908 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -231,6 +231,7 @@ __END_DECLS
/* 101-254: Partly Unassigned */
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */
#define IPPROTO_PGM 113 /* PGM */
+#define IPPROTO_PFSYNC 240 /* PFSYNC */
/* 255: Reserved */
/* BSD Private, local use, namespace incursion, no longer used */
#define IPPROTO_OLD_DIVERT 254 /* OLD divert pseudo-proto */
@@ -350,6 +351,7 @@ __END_DECLS
#define INADDR_UNSPEC_GROUP (u_int32_t)0xe0000000 /* 224.0.0.0 */
#define INADDR_ALLHOSTS_GROUP (u_int32_t)0xe0000001 /* 224.0.0.1 */
#define INADDR_ALLRTRS_GROUP (u_int32_t)0xe0000002 /* 224.0.0.2 */
+#define INADDR_PFSYNC_GROUP (u_int32_t)0xe00000f0 /* 224.0.0.240 */
#define INADDR_ALLMDNS_GROUP (u_int32_t)0xe00000fb /* 224.0.0.251 */
#define INADDR_MAX_LOCAL_GROUP (u_int32_t)0xe00000ff /* 224.0.0.255 */
OpenPOWER on IntegriCloud