ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 01_configuration / 01_ruleset
index 65cddd174292f5e34d721f6dbcc306bf5695025f..8621993f434e016ee9d4213e4b3071321ed000dd 100644 (file)
@@ -266,7 +266,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 {