Use jump instead of goto in firewall
[hcoop/domtool2.git] / src / plugins / firewall.sml
index 10e44de..9fd64f9 100644 (file)
@@ -117,7 +117,7 @@ fun generateFirewallConfig {server_rules, client_rules} =
                                   TextIO.output (outf, String.concat
                                                            ["mod owner uid-owner ",
                                                             Int.toString uid,
-                                                            " { goto user_",
+                                                            " { jump user_",
                                                             uname,
                                                             suffix,
                                                             "; DROP; }\n"]);