Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf Add a couple more inet6 tests to verify correct ru...



details:   https://anonhg.NetBSD.org/src/rev/4ae869dd8ee5
branches:  trunk
changeset: 783074:4ae869dd8ee5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Dec 03 21:29:15 2012 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 7ead99e4b664 -r 4ae869dd8ee5 tests/ipf/expected/i14
--- a/tests/ipf/expected/i14    Mon Dec 03 20:43:59 2012 +0000
+++ b/tests/ipf/expected/i14    Mon Dec 03 21:29:15 2012 +0000
@@ -11,3 +11,5 @@
 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
diff -r 7ead99e4b664 -r 4ae869dd8ee5 tests/ipf/regress/i14
--- a/tests/ipf/regress/i14     Mon Dec 03 20:43:59 2012 +0000
+++ b/tests/ipf/regress/i14     Mon Dec 03 21:29:15 2012 +0000
@@ -11,3 +11,5 @@
 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



Home | Main Index | Thread Index | Old Index