Displaying 1 result from an estimated 1 matches for "iptc_init".
Did you mean:
ipc_init
2009 Nov 09
3
[Bug 619] New: If /proc/sys/kernel/modprobe is absent, errno is clobbered in get_modprobe
...s
Version: 1.3.5
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: iptables
AssignedTo: laforge at netfilter.org
ReportedBy: rbarnhardt at bluecatnetworks.com
In do_command(), if iptc_init() fails, it's expected that errno will be set to
a useful value that is printed by xtables_error().
However, when iptc_init() fails for the first time, an attempt is made to load
the ip_tables module via xtables_load_ko(), which in turn calls
xtables_insmod(), which calls get_modprobe() to get...