X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Ffwd%2Fsrc%2Ffwd_rules.c;fp=contrib%2Ffwd%2Fsrc%2Ffwd_rules.c;h=6708e55cb6574007b5edbd7bd91961cf2ea4a580;hp=300939d7f3315c43477f82ad677377a6d42ac976;hb=ea9a0495b7b45d3c21ceb9bb7254f42826cc6a35;hpb=ba9cae9b9083ea6b4d1fe3d9431ceabdbea5479f diff --git a/contrib/fwd/src/fwd_rules.c b/contrib/fwd/src/fwd_rules.c index 300939d7f3..6708e55cb6 100644 --- a/contrib/fwd/src/fwd_rules.c +++ b/contrib/fwd/src/fwd_rules.c @@ -225,9 +225,9 @@ static void fwd_r_handle_drop(struct iptc_handle *h) /* common drop rule */ if( (r = fwd_xt_init_rule(h)) != NULL ) { - /* -j DROP; -A handle_reject */ + /* -j DROP; -A handle_drop */ fwd_xt_get_target(r, "DROP"); - fwd_xt_append_rule(r, "handle_reject"); + fwd_xt_append_rule(r, "handle_drop"); } }