summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/flowtable.t
blob: cf0a6068f9c893a38da31b15eee184139d94e4eb (plain)
1
2
3
4
5
6
:input;type filter hook input priority 0

*ip6;test-ip6;input

flow table acct_out { meta iif . ip6 saddr timeout 600s counter };ok;flow table acct_out { iif . ip6 saddr timeout 10m counter}
flow table acct_out { ip6 saddr . meta iif timeout 600s counter };ok;flow table acct_out { ip6 saddr . iif timeout 10m counter}