Re: CVS commit: src/tests/ipf

2014-06-30 Thread Darren Reed
On 1/07/2014 12:34 AM, Martin Husemann wrote:
 On Sun, Jun 29, 2014 at 09:25:31AM +, Darren Reed wrote:
 Module Name: src
 Committed By:darrenr
 Date:Sun Jun 29 09:25:31 UTC 2014

 Added Files:
  src/tests/ipf/expected: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
  in5_6 in6_6 in8_6
  src/tests/ipf/regress: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
  in5_6 in6_6 in8_6

 Log Message:
 Add in test cases for testing ipnat's parsing of IPv6 NAT rules
 
 Do they work for you?
 They fail in our test runs.

Hmm, I may have failed to get them setup correctly in src/tests/ipf.
The failures look like this:

Standard error stream

Fail: incorrect exit status: 255, expected: 0
stdout:

stderr:
fopen(reg) failed: No such file or directory

Cheers,
Darren



Re: CVS commit: src/tests/ipf

2014-06-30 Thread Darren Reed
On 1/07/2014 12:34 AM, Martin Husemann wrote:
 On Sun, Jun 29, 2014 at 09:25:31AM +, Darren Reed wrote:
 Module Name: src
 Committed By:darrenr
 Date:Sun Jun 29 09:25:31 UTC 2014

 Added Files:
  src/tests/ipf/expected: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
  in5_6 in6_6 in8_6
  src/tests/ipf/regress: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
  in5_6 in6_6 in8_6

 Log Message:
 Add in test cases for testing ipnat's parsing of IPv6 NAT rules
 
 Do they work for you?
 They fail in our test runs.

They were missing from Makefile's.

This should now be resolved.

Cheers,
Darren




Re: CVS commit: src/tests/ipf

2014-06-30 Thread Darren Reed
On 1/07/2014 12:33 AM, Martin Husemann wrote:
 On Sun, Jun 29, 2014 at 04:00:59AM +, Darren Reed wrote:
 Module Name: src
 Committed By:darrenr
 Date:Sun Jun 29 04:00:59 UTC 2014

 Modified Files:
  src/tests/ipf: t_nat_parse.sh

 Log Message:
 in2 is no longer a broken test case
 
 It still fails in our test runs.
 See
 
 http://releng.netbsd.org/b5reports/i386/build/2014.06.30.05.52.24/test.html#failed-tcs-summary
 
 or
 
 http://www.netbsd.org/~martin/sparc64-atf/311_atf.html#failed-tcs-summary

Ah, in2 fails because /etc/protocols on NetBSD has an entry for 255,
thus the result is this:

-rdr le0 9.8.7.6/32 - 1.1.1.1/32 255
+rdr le0 9.8.7.6/32 - 1.1.1.1/32 reserved

I've just committed a fix for this.

Cheers,
Darren




Re: CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed

Christoph Egger wrote:

On 17.04.10 22:46, Darren Reed wrote:
  

Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 20:46:14 UTC 2010

Update of /cvsroot/src/dist/ipf
In directory ivanova.netbsd.org:/tmp/cvs-serv26635

Log Message:
Import IPFilter 4.1.34 into NetBSD




Why not imported into into external/license/ ?
  


Because none of the existing files are under that directory.

Darren