diff options
Diffstat (limited to 'etc/rc.d/routing')
-rw-r--r-- | etc/rc.d/routing | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 8f3f5a6..51c2926 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -96,6 +96,15 @@ network_pass1() { fi ;; esac + case "${ipfs_enable}" in + [Yy][Ee][Ss]) + if [ -r "/var/db/ipf/ipstate.ipf" ]; then + echo -n ' ipfs'; + eval ${ipfs_program:-/sbin/ipfs -R} \ + ${ipfs_flags} + fi + ;; + esac else ipfilter_enable="NO" echo -n ' NO IPF RULES' |