summaryrefslogtreecommitdiffstats
path: root/ipset_macipmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_macipmap.c')
-rw-r--r--ipset_macipmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipset_macipmap.c b/ipset_macipmap.c
index 5d12af4..d3b59b0 100644
--- a/ipset_macipmap.c
+++ b/ipset_macipmap.c
@@ -259,10 +259,10 @@ void saveheader(struct set *set, unsigned options)
struct ip_set_macipmap *mysetdata =
(struct ip_set_macipmap *) set->settype->header;
- printf("-N %s %s --from: %s",
+ printf("-N %s %s --from %s",
set->name, set->settype->typename,
ip_tostring(mysetdata->first_ip, options));
- printf(" --to: %s", ip_tostring(mysetdata->last_ip, options));
+ printf(" --to %s", ip_tostring(mysetdata->last_ip, options));
if (mysetdata->flags & IPSET_MACIP_MATCHUNSET)
printf(" --matchunset");