summaryrefslogtreecommitdiffstats
path: root/include/libnftables/common.h
Commit message (Collapse)AuthorAgeFilesLines
* src: unify parse and output typesÁlvaro Neira Ayuso2013-11-141-0/+16
Unify parse and output types that are redundant to all existing nftables objects. Thus, all NFT_*_O_[XML|JSON|DEFAULT] are merged into NFT_OUTPUT_[JSON|XML] and NFT_PARSE_[JSON|XML]. Signed-off-by: Alvaro Neira Ayuso <alvaroneay@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>