summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-26 08:51:55 +0200
committerFlorian Westphal <fw@strlen.de>2018-03-26 09:07:00 +0200
commit293559c890ac13a57b994b9291d268b58188fe84 (patch)
tree0aded6585c7e20054c7e5c8d47a58956c287fcf6 /TODO
parent2cb7425fef5645631bb81cb06df0c3e73b461f01 (diff)
remove todo list
its outdated. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 0 insertions, 25 deletions
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?