blob: c56c3bc86151cdaf64ecf535eeca79cf34ef963c (
plain)
1
2
3
4
5
6
7
8
9
10
|
:input;type filter hook input priority 0
:ingress;type filter hook ingress device lo priority 0
*inet;test-inet;input
meta nfproto ipv4 ct original saddr 1.2.3.4;ok
meta nfproto ipv6 ct original saddr ::1;ok
# missing protocol context
ct original saddr ::1;fail
|