summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-10-05 17:32:23 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-10-05 17:32:23 +0000
commit61e444f728104a653b73be88df3c8692e9c54e90 (patch)
treefe79f628e8094f6f155a567b1a88d346a6aa58e1 /sys/conf
parentad523639dec8963db2b7a055aba8bcf4b2132f1d (diff)
Add multicast routing to GENERIC.
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 6b124fdeb63..0578234fdc4 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.119 2005/06/08 04:52:45 henning Exp $
+# $OpenBSD: GENERIC,v 1.120 2005/10/05 17:32:22 norby Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -68,7 +68,7 @@ option IPSEC # IPsec
#option NETATALK # AppleTalk
option PPP_BSDCOMP # PPP BSD compression
option PPP_DEFLATE
-#option MROUTING # Multicast router
+option MROUTING # Multicast router
#option PIM # Protocol Independent Multicast
pseudo-device pf # packet filter