summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netif
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/netif')
-rw-r--r--etc/rc.d/netif6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index 44d06f9..42a35b0 100644
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -57,8 +57,10 @@ network_start()
# Configure the interface(s).
network_common ifn_start verbose
- # Resync ipfilter
- /etc/rc.d/ipfilter resync
+ if [ -f /etc/rc.d/ipfilter ] ; then
+ # Resync ipfilter
+ /etc/rc.d/ipfilter resync
+ fi
}
network_stop()
OpenPOWER on IntegriCloud