summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>2003-08-07 18:16:59 +0000
committerhsu <hsu@FreeBSD.org>2003-08-07 18:16:59 +0000
commit22b74d7669536646fea2e19cfe101635b524360a (patch)
tree19b3069300529d15575ed4e6985a8ef6a20ac290 /sys/netinet/in.h
parent29ad90976fa4c99c230bbbf38945d03bb662bfd7 (diff)
downloadFreeBSD-src-22b74d7669536646fea2e19cfe101635b524360a.zip
FreeBSD-src-22b74d7669536646fea2e19cfe101635b524360a.tar.gz
1. Basic PIM kernel support
Disabled by default. To enable it, the new "options PIM" must be added to the kernel configuration file (in addition to MROUTING): options MROUTING # Multicast routing options PIM # Protocol Independent Multicast 2. Add support for advanced multicast API setup/configuration and extensibility. 3. Add support for kernel-level PIM Register encapsulation. Disabled by default. Can be enabled by the advanced multicast API. 4. Implement a mechanism for "multicast bandwidth monitoring and upcalls". Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index a4e9f01..63bd1ce 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -486,6 +486,22 @@ struct ip_mreq {
{ 0, 0 }, \
{ 0, 0 }, \
{ "ipsec", CTLTYPE_NODE }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { "pim", CTLTYPE_NODE }, \
}
/*
OpenPOWER on IntegriCloud