bugzilla-daemon@bugzilla.netfilter.org
2006-Mar-17 19:08 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-03-17 19:08 MET ------- Actually, it looks like -1 is being returned from setsockopt during the commit, and then just passed into iptc_strerror, so this patch adds a translation of that error. Index: libiptc/libiptc.c ==================================================================--- libiptc/libiptc.c (revision 6554) +++ libiptc/libiptc.c (working copy) @@ -2258,6 +2258,8 @@ "Bad built-in chain name" }, { TC_SET_POLICY, EINVAL, "Bad policy name" }, + { TC_COMMIT, -1, + "Invalid Argument (dmesg may have more information)" }, { NULL, 0, "Incompatible with this kernel" }, { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" }, -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.