Arp related key have to be optionnal to be able to use the IP2STR module for flow display. Signed-off-by: Eric Leblond <eric@xxxxxx> --- :100644 100644 54e7d94... 9f36d60... M filter/ulogd_filter_IP2STR.c filter/ulogd_filter_IP2STR.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/ulogd_filter_IP2STR.c b/filter/ulogd_filter_IP2STR.c index 54e7d94..9f36d60 100644 --- a/filter/ulogd_filter_IP2STR.c +++ b/filter/ulogd_filter_IP2STR.c @@ -89,12 +89,12 @@ static struct ulogd_key ip2str_inp[] = { }, [KEY_ARP_SPA] = { .type = ULOGD_RET_IPADDR, - .flags = ULOGD_RETF_NONE, + .flags = ULOGD_RETF_NONE|ULOGD_KEYF_OPTIONAL, .name = "arp.saddr", }, [KEY_ARP_TPA] = { .type = ULOGD_RET_IPADDR, - .flags = ULOGD_RETF_NONE, + .flags = ULOGD_RETF_NONE|ULOGD_KEYF_OPTIONAL, .name = "arp.daddr", }, }; -- 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