Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  3 21:29:16 UTC 2012

Modified Files:
        src/tests/ipf/expected: i14
        src/tests/ipf/regress: i14

Log Message:
Add a couple more inet6 tests to verify correct rule parsing


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/expected/i14
cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/regress/i14

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

Modified files:

Index: src/tests/ipf/expected/i14
diff -u src/tests/ipf/expected/i14:1.6 src/tests/ipf/expected/i14:1.7
--- src/tests/ipf/expected/i14:1.6	Mon Dec  3 20:43:59 2012
+++ src/tests/ipf/expected/i14	Mon Dec  3 21:29:16 2012
@@ -11,3 +11,5 @@ pass in inet proto tcp/udp from 1.1.1.1/
 block in on vm0(!) proto tcp/udp from any to any head vm0-group
 pass in inet proto tcp/udp from 1.1.1.1/32 to 2.2.2.2/32 group vm0-group
 pass in inet6 from 8f::/128 to f8::/128
+block in inet6 proto udp from any to any
+block in inet6 all

Index: src/tests/ipf/regress/i14
diff -u src/tests/ipf/regress/i14:1.5 src/tests/ipf/regress/i14:1.6
--- src/tests/ipf/regress/i14:1.5	Mon Dec  3 20:43:59 2012
+++ src/tests/ipf/regress/i14	Mon Dec  3 21:29:15 2012
@@ -11,3 +11,5 @@ pass in from 1.1.1.1 to 2.2.2.2 group vm
 block in on vm0 proto tcp/udp all head vm0-group
 pass in from 1.1.1.1 to 2.2.2.2 group vm0-group
 pass in from 8f:: to f8::
+block in inet6 proto udp
+block in inet6

Reply via email to