X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=forwards.c;h=b554b608b78d0733f625189f266d70a4bcb58705;hp=b32b529a2337c9143802ed80404909d271f4f352;hb=d5923f1924e5ea4374c683500cbc4e6e24bf4a96;hpb=c1a295a500f0d113bacc5455af6444eb18cb482f diff --git a/forwards.c b/forwards.c index b32b529..b554b60 100644 --- a/forwards.c +++ b/forwards.c @@ -183,7 +183,7 @@ print_forward(struct fw3_ipt_handle *handle, struct fw3_forward *forward) } r = fw3_ipt_rule_new(handle); - fw3_ipt_rule_comment(r, "forwarding %s -> %s", s, d); + fw3_ipt_rule_comment(r, "Zone %s to %s forwarding policy", s, d); set_target(r, forward); append_chain(r, forward); }