summaryrefslogtreecommitdiffstats
path: root/libiptc/libiptc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiptc/libiptc.c')
-rw-r--r--libiptc/libiptc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index 3e1e9f64..781a42db 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -1587,6 +1587,7 @@ TC_STRERROR(int err)
{ NULL, ENOMEM, "Memory allocation problem" },
{ TC_INIT, EPERM, "Permission denied (you must be root)" },
{ TC_INIT, EINVAL, "Module is wrong version" },
+ { TC_INIT, ENOENT, "Table does not exist (do you need to insmod?)" },
{ TC_DELETE_CHAIN, ENOTEMPTY, "Chain is not empty" },
{ TC_DELETE_CHAIN, EINVAL, "Can't delete built-in chain" },
{ TC_DELETE_CHAIN, EMLINK,