From cb897504ae088537de2dcc34eb8b648680dbfe63 Mon Sep 17 00:00:00 2001 From: rusty Date: Wed, 23 Aug 2000 07:54:20 +0000 Subject: Better message for table does not exist. --- libiptc/libiptc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libiptc') diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 3e1e9f6..781a42d 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, -- cgit v1.2.3