summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?