summaryrefslogtreecommitdiffstats
path: root/extensions/iptables.t
blob: 2817c3fb8437f6c68edd4918390cab531a725320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:FORWARD
-i alongifacename0;=;OK
-i thisinterfaceistoolong0;;FAIL
-i eth+ -o alongifacename+;=;OK
! -i eth0;=;OK
! -o eth+;=;OK
-i + -j ACCEPT;-j ACCEPT;OK
! -i +;=;OK
-c "";;FAIL
-c ,3;;FAIL
-c 3,;;FAIL
-c ,;;FAIL
-c 2,3 -j ACCEPT;-j ACCEPT;OK