diff options
Diffstat (limited to 'lib/errcode.c')
-rw-r--r-- | lib/errcode.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |