Add support for "options PIM" in the kernel configuration file.

Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
hsu 2003-08-07 18:19:28 +00:00
parent c9f38e3b63
commit 997e627b1a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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