ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 01_configuration / 02_rule_order
index 2778cce805de2bdbf8ba975c4c2b73e6d4721361..860989a31b321739b8616b399b857bcbbf809639 100644 (file)
@@ -215,7 +215,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 {