PENDING TASKS (last update 2013/Oct/14) * Clear chain list after command in nft/rule.c, otherwise renames in interactive mode show the old chain name. > Assignee: Pablo * Implement: "nft add rule ip filter output meta nftrace 1 counter" > Assignee: Pablo * Fix this: add map filter verdict_map { type ipv4_address => verdict; } add element filter verdict_map { 1.2.3.5 => drop} add element filter verdict_map { 1.2.3.4 => accept} add rule filter output ip daddr vmap @verdict_map If it's contained in a file and you invoke: nft -f file. See get_set() function, we trying to obtain the set from the kernel via netlink, but it doesn't exist yet. * Finish autocompletion in nft -i > Assignee: Eric * nf_tables rule lookup function improvements > Assignee: Pablo * native nftables support in iptables-nftables > Assignee: Tomasz * high-level user-space library > Assignee: Tomasz * variable length offset for payload (required by arp_tables) > Assignee: Tomasz * ebtables compat > Assignee: Giuseppe/Tomasz * handle attribute is relevant if only there is no name to use If you dump a chain and try to load it again, it fails since the handle field is only meaningful for renames. > Assignee: Pablo * don't create set if chain doesn't exists: nft creates unused sets if chain name is wrong. > Assignee: Pablo * ipv4-6 special table/chain family. > Assugnee: Patrick / Pablo * iptables over nft: Pablo: http://patchwork.ozlabs.org/patch/255896/ > Assignee: Pablo * concatenations + sets: set changes (register length limitations: IPv6 Concatenations) > Assignee: Pablo -EoF-