]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Revert Harald's LOAD_MUST_SUCCEED to -j (may be chain name).
authorRusty Russell <rusty@linuxcare.com.au>
Thu, 24 Aug 2000 06:00:33 +0000 (06:00 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Aug 2000 06:00:33 +0000 (06:00 +0000)
iptables.c

index a9d3dcd7fd2d3102452245f5cf9159f82f54cc36..4dfa7d04eb4d048e56ce81b4f80bf6bf38da2b2d 100644 (file)
@@ -1719,7 +1719,8 @@ int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle)
                        set_option(&options, OPT_JUMP, &fw.ip.invflags,
                                   invert);
                        jumpto = parse_target(optarg);
-                       target = find_target(jumpto, LOAD_MUST_SUCCEED);
+                       /* TRY_LOAD (may be chain name) */
+                       target = find_target(jumpto, TRY_LOAD);
 
                        if (target) {
                                size_t size;