diff options
Diffstat (limited to 'libiptc')
-rw-r--r-- | libiptc/libiptc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 3538cca8..d9767021 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -2258,6 +2258,8 @@ TC_STRERROR(int err) "Bad built-in chain name" }, { TC_SET_POLICY, EINVAL, "Bad policy name" }, + { TC_COMMIT, -1, + "Invalid argument (dmesg might have more information)" }, { NULL, 0, "Incompatible with this kernel" }, { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" }, |