ruleset: correct mangle_output chain type
[project/firewall4.git] / tests / 02_zones / 06_family_selections
index ab6576340185a64cf36da11de5756d4db97f3caf..9b4d5d7d13c6eb40c667508722135c2b8de6d08f 100644 (file)
@@ -281,7 +281,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 {