summaryrefslogtreecommitdiffstats
path: root/src/errcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errcode.c')
-rw-r--r--src/errcode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/errcode.c b/src/errcode.c
index 00686fa..36ce58a 100644
--- a/src/errcode.c
+++ b/src/errcode.c
@@ -21,8 +21,10 @@
/* Core kernel error codes */
static const struct ipset_errcode_table core_errcode_table[] = {
/* Generic error codes */
- { EEXIST, 0,
+ { ENOENT, 0,
"The set with the given name does not exist" },
+ { EMSGSIZE, 0,
+ "Kernel error received: message could not be created" },
{ IPSET_ERR_PROTOCOL, 0,
"Kernel error received: ipset protocol error" },