ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 03_rules / 02_enabled
index d6933c11c88a9feaba3ff18a5c1c36d900851a7e..64dbb1c9b67a819e426ef50b5940465db2416ca0 100644 (file)
@@ -141,7 +141,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 {