From: Florian Westphal Date: Mon, 26 Mar 2018 06:51:55 +0000 (+0200) Subject: remove todo list X-Git-Tag: v0.8.4~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=293559c890ac13a57b994b9291d268b58188fe84;p=thirdparty%2Fnftables.git remove todo list its outdated. Signed-off-by: Florian Westphal --- diff --git a/TODO b/TODO deleted file mode 100644 index bf840dee..00000000 --- a/TODO +++ /dev/null @@ -1,25 +0,0 @@ -nftables frontend ------------------ -- Define lexical distinction between keywords, symbolic constants and - identifiers -- Define syntax for changing data (connmark, meta etc.) -- payload syntax for matching on IP headers of IPIP/GRE tunnels etc. -- netlink monitor for CLI - -Kernel ------- -- netlink set API -- kernel set implementation selection -- TC hookup - use dummy classifier or hook "natively" ? -- kill mangle table, make rerouting a configurable table/chain property -- kill nat table? harder because of more special handling -- multi-family tables - -- IPv6 ext header matching -- IP style options (IP/TCP/DCCP) matching -- IPsec policy matching -- hashlimit -- quota -- recent(?) -- TCPMSS target - generic packet editor? -- include NLM_F_ ... flags in notifications?