ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 02_zones / 03_masq_src_dest_restrictions
index 27208afb947c5d4dcbe10de319dbf2359872eda8..8e2fcce3cefc39d33e7f502e571fa1da489dc13c 100644 (file)
@@ -245,7 +245,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 {