+2.0.1
+ - Cut'n'paste bug at saving macipmap types fixed
+ Thanks to Vincent Bernat for the bugreport.
+
2.0
- Chaining of sets are changed: child sets replaced by bindings
- Kernel-userspace communication reorganized to minimize the number
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");