Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  3 20:43:59 UTC 2012

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

Log Message:
Include an explicit test for correctly inferring family inet6 when there
is an IPv6 address in the rule


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/expected/i14
cvs rdiff -u -r1.4 -r1.5 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.5 src/tests/ipf/expected/i14:1.6
--- src/tests/ipf/expected/i14:1.5	Mon Dec  3 19:35:33 2012
+++ src/tests/ipf/expected/i14	Mon Dec  3 20:43:59 2012
@@ -10,3 +10,4 @@ block in on vm0(!) proto tcp/udp from an
 pass in inet proto tcp/udp from 1.1.1.1/32 to 2.2.2.2/32 group vm0-group
 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

Index: src/tests/ipf/regress/i14
diff -u src/tests/ipf/regress/i14:1.4 src/tests/ipf/regress/i14:1.5
--- src/tests/ipf/regress/i14:1.4	Fri Mar 23 23:08:03 2012
+++ src/tests/ipf/regress/i14	Mon Dec  3 20:43:59 2012
@@ -10,3 +10,4 @@ block in on vm0 proto tcp/udp all head v
 pass in from 1.1.1.1 to 2.2.2.2 group vm0-group
 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::

Reply via email to