From: Eric leblond <eric@xxxxxx> OOB_FAMILY output was not set by NFLOG because the key was not set as valid. Signed-off-by: Eric leblond <eric@xxxxxx> --- :100644 100644 6e5c830... be46fa2... M input/packet/ulogd_inppkt_NFLOG.c input/packet/ulogd_inppkt_NFLOG.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c index 6e5c830..be46fa2 100644 --- a/input/packet/ulogd_inppkt_NFLOG.c +++ b/input/packet/ulogd_inppkt_NFLOG.c @@ -259,6 +259,7 @@ interp_packet(struct ulogd_pluginstance *upi, struct nflog_data *ldata) u_int32_t seq; ret[NFLOG_KEY_OOB_FAMILY].u.value.ui8 = af_ce(upi->config_kset).u.value; + ret[NFLOG_KEY_OOB_FAMILY].flags |= ULOGD_RETF_VALID; if (ph) { /* FIXME */ -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html