From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> After NF_LOG_XXX is exposed to the userspace, it's easy to complete log flags support in libnftnl. Instead of print hex value of flags, it's better to print human readable string format. This is done by patch #3. Also there's some trivial problems to be solved: Fix a typo by patch #1 Print out prefix when necessary by patch #2. Liping Zhang (3): expr: log: fix typo in nftnl_expr_log_export expr: log: do not print prefix if it is not set expr: log: complete log flags support include/linux/netfilter/nf_log.h | 12 +++++++++++ src/expr/log.c | 43 ++++++++++++++++++++++++++++++++-------- 2 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 include/linux/netfilter/nf_log.h -- 2.5.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