diff options
Diffstat (limited to 'tests/py/inet/udp.t')
-rw-r--r-- | tests/py/inet/udp.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/udp.t b/tests/py/inet/udp.t index 30c06e4e..d5b8653c 100644 --- a/tests/py/inet/udp.t +++ b/tests/py/inet/udp.t @@ -1,8 +1,8 @@ :input;type filter hook input priority 0 *ip;test-ip4;input -*ip;test-ip6;input -*ip;test-inet;input +*ip6;test-ip6;input +*inet;test-inet;input udp sport 80 accept;ok udp sport != 60 accept;ok |