ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 03_rules / 04_icmp
index a4e1346417b4a1a2e97231277cb0cc55dd2d055f..d50b8f3f870cffc67c63ddb4b6edcf4aa27c1a89 100644 (file)
@@ -153,7 +153,7 @@ table inet fw4 {
        }
 
        chain mangle_output {
-               type filter hook output priority mangle; policy accept;
+               type route hook output priority mangle; policy accept;
        }
 
        chain mangle_forward {