The following two patches fix a couple of problems with printed set outputs from "nft list table ..." and parsing the output again with "nft -f". - internal flags are printed - flags are not parsable - initializers (elements = { }) is not parsable With these patches, parsing the output of "nft list table ..." works in at least more cases than before when sets are present. We still have ordering problems, verdict maps referencing chains will fail since chains are created after the maps. The same problem exists generally for jump rules. Changes to last version: set data type and evaluate initializers. These patches have been tested to work as described. I'll push them to master now. -- 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