From e0f688ba308a7e14655f82065bfbb5277c59a6b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Thu, 7 Aug 2003 18:19:28 +0000 Subject: [PATCH] Add support for "options PIM" in the kernel configuration file. Submitted by: Pavlin Radoslavov --- sys/conf/NOTES | 4 ++++ sys/conf/options | 1 + 2 files changed, 5 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ee9e2d96236..709d4f18c36 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 e4769dd1b61..07b533b9d4b 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