X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ipsets.c;h=03259444b564c30e582189836d1fe1e36154bbb5;hp=5b319a58e8fbf5120f3dbc08494906aadb79ce30;hb=be8ead27f625b3e4ed383f270dcfee2d158231ec;hpb=a9c694d5b6ea026a0c745e5b650993bf0f1c13dc diff --git a/ipsets.c b/ipsets.c index 5b319a5..0325944 100644 --- a/ipsets.c +++ b/ipsets.c @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013 Jo-Philipp Wich + * Copyright (C) 2013 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -303,7 +303,7 @@ create_ipset(struct fw3_ipset *ipset, struct fw3_state *state) if (ipset->iprange.set) { - fw3_pr(" range %s", fw3_address_to_string(&ipset->iprange, false)); + fw3_pr(" range %s", fw3_address_to_string(&ipset->iprange, false, true)); } else if (ipset->portrange.set) {