diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2012-12-03 21:29:15 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2012-12-03 21:29:15 +0000 |
| commit | 8327d4e341870faf129fdb08c61ef7f1ecd575d5 (patch) | |
| tree | acb7ce698f61bd822d8167ddcb2d3ff4f5fce264 /tests/ipf | |
| parent | 0d2e455d0b2520ba5697a8cc062b8e3f83b5d829 (diff) | |
Add a couple more inet6 tests to verify correct rule parsing
Diffstat (limited to 'tests/ipf')
| -rw-r--r-- | tests/ipf/expected/i14 | 2 | ||||
| -rw-r--r-- | tests/ipf/regress/i14 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ipf/expected/i14 b/tests/ipf/expected/i14 index 93d51d032e9..0f2430f716b 100644 --- a/tests/ipf/expected/i14 +++ b/tests/ipf/expected/i14 @@ -11,3 +11,5 @@ 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 +block in inet6 proto udp from any to any +block in inet6 all diff --git a/tests/ipf/regress/i14 b/tests/ipf/regress/i14 index 3290a2fd99d..6788af67608 100644 --- a/tests/ipf/regress/i14 +++ b/tests/ipf/regress/i14 @@ -11,3 +11,5 @@ 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:: +block in inet6 proto udp +block in inet6 |
