Add a couple more inet6 tests to verify correct rule parsing
This commit is contained in:
parent
eef4456861
commit
0a24a43187
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue