From c1dd8442aac6cadb29110f763f23cafc63135a79 Mon Sep 17 00:00:00 2001 From: Anton Danilov Date: Thu, 28 Aug 2014 10:11:31 +0400 Subject: libipset: Add userspace code for the skbinfo extension support. Add userspace code to support of the skbinfo extension independly of set types. Defines constants, flag and function for print/parse/send/recieve of skbinfo parameters. Signed-off-by: Anton Danilov Signed-off-by: Jozsef Kadlecsik --- lib/errcode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/errcode.c') diff --git a/lib/errcode.c b/lib/errcode.c index 86eeabd..8eb275b 100644 --- a/lib/errcode.c +++ b/lib/errcode.c @@ -76,6 +76,8 @@ static const struct ipset_errcode_table core_errcode_table[] = { "Packet/byte counters cannot be used: set was created without counter support" }, { IPSET_ERR_COMMENT, 0, "Comment string is too long!" }, + { IPSET_ERR_SKBINFO, 0, + "Skbinfo mapping cannot be used: set was created without skbinfo support" }, /* ADD specific error codes */ { IPSET_ERR_EXIST, IPSET_CMD_ADD, -- cgit v1.2.3