summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>2003-08-07 18:19:28 +0000
committerhsu <hsu@FreeBSD.org>2003-08-07 18:19:28 +0000
commit61eb7602bf1a4b7c495cf4c605e2345b1f8dfa61 (patch)
tree7af452d3c11ce6d5993ba1652cf1e167acffe806 /sys
parent878b3439fb505b41d0f31604a9e4166861608dac (diff)
downloadFreeBSD-src-61eb7602bf1a4b7c495cf4c605e2345b1f8dfa61.zip
FreeBSD-src-61eb7602bf1a4b7c495cf4c605e2345b1f8dfa61.tar.gz
Add support for "options PIM" in the kernel configuration file.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/options1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ee9e2d9..709d4f1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -530,6 +530,9 @@ device stf #6to4 IPv6 over IPv4 encapsulation
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
+# PIM enables Protocol Independent Multicast in the kernel.
+# Requires MROUTING enabled.
+#
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends
# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT
@@ -565,6 +568,7 @@ device stf #6to4 IPv6 over IPv4 encapsulation
# using the trpt(8) utility.
#
options MROUTING # Multicast routing
+options PIM # Protocol Independent Multicast
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_FORWARD #enable transparent proxy support
diff --git a/sys/conf/options b/sys/conf/options
index e4769dd..07b533b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -322,6 +322,7 @@ ETHER_8023 opt_ef.h
ETHER_8022 opt_ef.h
ETHER_SNAP opt_ef.h
MROUTING opt_mrouting.h
+PIM opt_mrouting.h
INET opt_inet.h
INET6 opt_inet6.h
IPSEC opt_ipsec.h
OpenPOWER on IntegriCloud