search for: ulogd_retf_non

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

Did you mean: ulogd_retf_none
2010 Apr 02
4
[Bug 644] New: IP2BIN empty key prevents ulogd2 from starting
...ng stack Filling up ip2bin_inp[] declaration with missing section in filter/ulogd_filter_IP2BIN.c solves the problem: --- ulogd_filter_IP2BIN.c.orig 2010-03-28 18:29:14.318208633 +0200 +++ ulogd_filter_IP2BIN.c 2010-03-28 18:30:11.482276418 +0200 @@ -50,6 +50,11 @@ .flags = ULOGD_RETF_NONE, .name = "oob.family", }, + [KEY_OOB_PROTOCOL] = { + .type = ULOGD_RET_UINT16, + .flags = ULOGD_RETF_NONE, + .name = "oob.protocol", + }, [KEY_IP_SADDR] = { .type = ULOGD_RET_I...