Include an explicit test for correctly inferring family inet6 when there
is an IPv6 address in the rule
This commit is contained in:
parent
5d29dd1420
commit
eef4456861
@ -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
|
||||
|
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user