When passing something like create foo6 hash:ip hashsize 64 family inet6 add foo6 20a1:1234:5678::/64 add foo6 20a1:1234:5679::/64 you get: ipset v5.2: Error in line 1: Syntax error: plain IP address must be supplied: 20a1:1234:5678::/64 Should be line 2 though. Signed-off-by: Holger Eitzenberger Index: ipset/lib/session.c =================================================================== --- ipset.orig/lib/session.c 2011-01-05 18:59:59.000000000 +0100 +++ ipset/lib/session.c 2011-01-07 13:11:33.000000000 +0100 @@ -194,7 +194,7 @@ if (session->lineno != 0 && type == IPSET_ERROR) { sprintf(session->report, "Error in line %u: ", - session->lineno); + session->lineno + 1); } offset = strlen(session->report); -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html