Eric Leblond wrote: > This patch introduces a hwaddrlen and datatype parameters in > MAC2STR configuration. This is a workaround differences between > ULOG and NFLOG: > * NFLOG sends MAC address in userspace (dev_parse_header content) > * ULOG sends complete link header (skb_mac_header content) > And they use the same field (raw.mac) for that. Database schema > needs mac.saddr.str and/or mac.daddr.str fields. With datatype set > 0 only mac.daddr is logged. Both fields are filled when datatype is > set to 1. Why not split KEY_RAW_MAC into two keys in the input plugins, eg. KEY_RAW_SMAC and KEY_RAW_DMAC? Thus, we inconditionally dump the source and the destination MAC if they are present. I'm not a big fun of adding options that can confuse users. -- "Los honestos son inadaptados sociales" -- Les Luthiers -- 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