diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-10-05 17:32:23 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-10-05 17:32:23 +0000 |
commit | 61e444f728104a653b73be88df3c8692e9c54e90 (patch) | |
tree | fe79f628e8094f6f155a567b1a88d346a6aa58e1 /sys/conf | |
parent | ad523639dec8963db2b7a055aba8bcf4b2132f1d (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/GENERIC | 4 |
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 |