Add support for "options PIM" in the kernel configuration file.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
parent
c9f38e3b63
commit
997e627b1a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user