]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Better message for table does not exist.
authorRusty Russell <rusty@linuxcare.com.au>
Wed, 23 Aug 2000 07:54:20 +0000 (07:54 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 23 Aug 2000 07:54:20 +0000 (07:54 +0000)
libiptc/libiptc.c

index 3e1e9f645560533c07e15b9ca7f6f38ca725c251..781a42db971d1d8fa01cff875266219fd2bc65cf 100644 (file)
@@ -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,