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