mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fold in the changes to support IP multicasting, from Jim Lowe et al.
This commit is contained in:
parent
3759860cff
commit
e3178a06e5
3 changed files with 12 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
|
||||
# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
|
|
@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
|
|||
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
|
||||
# the sound drivers.
|
||||
|
||||
options MULTICAST # Multicast code
|
||||
options MROUTING # Multicast routing
|
||||
|
||||
#
|
||||
# options that are in sys/conf/files
|
||||
#
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
|
||||
# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
|
|
@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
|
|||
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
|
||||
# the sound drivers.
|
||||
|
||||
options MULTICAST # Multicast code
|
||||
options MROUTING # Multicast routing
|
||||
|
||||
#
|
||||
# options that are in sys/conf/files
|
||||
#
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
|
||||
# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
|
|
@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
|
|||
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
|
||||
# the sound drivers.
|
||||
|
||||
options MULTICAST # Multicast code
|
||||
options MROUTING # Multicast routing
|
||||
|
||||
#
|
||||
# options that are in sys/conf/files
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue