nft add rule filter input iifname { "lo", "eth0" } counter Now the listing shows: iifname { "lo", "eth0"} instead of: iifname { "", ""} Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- src/datatype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datatype.c b/src/datatype.c index 4519d87..7f73077 100644 --- a/src/datatype.c +++ b/src/datatype.c @@ -324,6 +324,7 @@ const struct datatype string_type = { .type = TYPE_STRING, .name = "string", .desc = "string", + .byteorder = BYTEORDER_HOST_ENDIAN, .print = string_type_print, .parse = string_type_parse, }; -- 1.7.10.4 -- 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