summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/chains.t
blob: c1e41e47123fa3cc65209049868595d8a975496c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*ip6;test-ip6

# filter chains available are: input, output, forward, forward, prerouting and postrouting.
:filter-input;type filter hook input priority 0
:filter-prer;type filter hook prerouting priority 0
:filter-forw-t;type filter hook forward priority 0
:filter-out-t;type filter hook output priority 0
:filter-post-t;type filter hook postrouting priority 0

# nat chains available are: input, output, forward, prerouting and postrouting.
:nat-input;type nat hook input priority 0
:nat-prerouting;type nat hook prerouting priority 0
:nat-output;type nat hook output priority 0
:nat-postrou;type nat hook postrouting priority 0

# route chain available is output.
:route-out;type route hook output priority 0