[BACK]Return to t_nat_exec.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / ipf

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

Diff for /src/tests/ipf/t_nat_exec.sh between version 1.1 and 1.2

version 1.1, 2010/07/10 17:28:36 version 1.2, 2010/10/19 16:36:36
Line 30 
Line 30 
 # See the IPFILTER.LICENCE file for details on licencing.  # See the IPFILTER.LICENCE file for details on licencing.
 #  #
   
 h_nattest()  nattest()
 {  {
         h_copydata $1          h_copydata $1
   
Line 40  h_nattest()
Line 40  h_nattest()
                 format="-F $2"                  format="-F $2"
         fi          fi
   
         format="$4 $format"          format="$4 $5 $format"
   
         { while read rule; do          { while read rule; do
                 atf_check -o save:save -x \                  atf_check -o save:save -x \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>