search for: xtables_match

Displaying 1 result from an estimated 1 matches for "xtables_match".

2017 Jan 03
3
[Bug 1110] New: Build failure if --with-xtables
....c:31:24: warning: implicit declaration of function ‘xt_xlate_alloc’ [-Wimplicit-function-declaration] struct xt_xlate *xl = xt_xlate_alloc(10240); ^ xt.c:31:24: warning: initialization makes pointer from integer without a cast [-Wint-conversion] xt.c:37:28: error: ‘struct xtables_match’ has no member named ‘xlate’ } else if (stmt->xt.match->xlate) { ^ xt.c:38:11: error: variable ‘params’ has initializer but incomplete type struct xt_xlate_mt_params params = { ^ xt.c:39:5: error: unknown field ‘ip’ specified in initializer ....