From 3de5afef5691795074dd5796bc4bc6ec7228ceb3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 05:11:10 +0000 Subject: clean up iptables module (#74518) --- sysconfig/network-scripts/ifup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysconfig/network-scripts') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 367d6ba4..f879bb8f 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -129,6 +129,8 @@ fi FWACTIVE= if iptables -L -n 2>/dev/null | grep -q RH-Lokkit-0-50-INPUT ; then FWACTIVE=1 +else + modprobe -r iptable_filter >/dev/null 2>&1 fi # Remove any temporary references which were previously added to dhclient config -- cgit v1.2.1