scsi: docs: convert megaraid.txt to ReST
[linux-2.6-microblaze.git] / Documentation / networking / nf_flowtable.txt
index ca2136c..0bf32d1 100644 (file)
@@ -76,7 +76,7 @@ flowtable and add one rule to your forward chain.
 
         table inet x {
                flowtable f {
-                       hook ingress priority 0 devices = { eth0, eth1 };
+                       hook ingress priority 0; devices = { eth0, eth1 };
                }
                 chain y {
                         type filter hook forward priority 0; policy accept;