Include an explicit test for correctly inferring family inet6 when there

is an IPv6 address in the rule
This commit is contained in:
pgoyette 2012-12-03 20:43:59 +00:00
parent 5d29dd1420
commit eef4456861
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@ 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
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

View File

@ -10,3 +10,4 @@ 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
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::