]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
remove todo list
authorFlorian Westphal <fw@strlen.de>
Mon, 26 Mar 2018 06:51:55 +0000 (08:51 +0200)
committerFlorian Westphal <fw@strlen.de>
Mon, 26 Mar 2018 07:07:00 +0000 (09:07 +0200)
its outdated.

Signed-off-by: Florian Westphal <fw@strlen.de>
TODO [deleted file]

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index bf840de..0000000
--- 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?