Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/ipf Include an explicit test for correctly inferring f...



details:   https://anonhg.NetBSD.org/src/rev/7ead99e4b664
branches:  trunk
changeset: 783073:7ead99e4b664
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Dec 03 20:43:59 2012 +0000

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

diffstat:

 tests/ipf/expected/i14 |  1 +
 tests/ipf/regress/i14  |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 3a7eae1033c8 -r 7ead99e4b664 tests/ipf/expected/i14
--- a/tests/ipf/expected/i14    Mon Dec 03 19:43:36 2012 +0000
+++ b/tests/ipf/expected/i14    Mon Dec 03 20:43:59 2012 +0000
@@ -10,3 +10,4 @@
 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
diff -r 3a7eae1033c8 -r 7ead99e4b664 tests/ipf/regress/i14
--- a/tests/ipf/regress/i14     Mon Dec 03 19:43:36 2012 +0000
+++ b/tests/ipf/regress/i14     Mon Dec 03 20:43:59 2012 +0000
@@ -10,3 +10,4 @@
 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::



Home | Main Index | Thread Index | Old Index