summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_802_3.t
blob: 2e4945b388830ae67209e3f79032af1554bc2c32 (plain)
1
2
3
4
5
6
7
:INPUT,FORWARD,OUTPUT
--802_3-sap ! 0x0a -j CONTINUE;=;FAIL
--802_3-type 0x000a -j RETURN;=;FAIL
-p Length --802_3-sap 0x0a -j CONTINUE;=;OK
-p Length --802_3-sap ! 0x0a -j CONTINUE;=;OK
-p Length --802_3-type 0x000a -j RETURN;=;OK
-p Length --802_3-type ! 0x000a -j RETURN;=;OK