kldload ipfw, it's installed always and works on both kernel formats

This commit is contained in:
Peter Wemm 1998-11-11 05:23:44 +00:00
parent e6efee6339
commit 2bfb2faded
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41077
7 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -71,7 +71,7 @@ network_pass1() {
fi
if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then
if modload /lkm/ipfw_mod.o; then
if kldload ipfw; then
firewall_in_kernel=1 # module loaded successfully
echo "Kernel firewall module loaded."
else