[BACK]Return to ipfilter CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc.d/ipfilter between version 1.17 and 1.18

version 1.17, 2008/11/22 20:23:33 version 1.18, 2009/03/23 18:52:02
Line 36  ipfilter_prestart()
Line 36  ipfilter_prestart()
 ipfilter_start()  ipfilter_start()
 {  {
         echo "Enabling ipfilter."          echo "Enabling ipfilter."
         /sbin/ipf -E          /sbin/ipf ${rc_flags} -E
   
                 # Do the flush first; since older ipf has different semantics.                  # Do the flush first; since older ipf has different semantics.
                 #                  #

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>