summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README22
1 files changed, 14 insertions, 8 deletions
diff --git a/README b/README
index 24220fd..9195deb 100644
--- a/README
+++ b/README
@@ -9,12 +9,18 @@ please make changes in a user branch, push them, and I'll merge,
or make a diff and send it to me. If you would like commit access
to a user branch, send me a mail with an ssh pubkey attached.
-This branch is feature-complete with respect to the stock networking
-scripts in Slackware -current, but it also (has|will hopefully have)
-other features listed below as TODO items.
-
-TODO:
- * create tun/tap interfaces [done]
- * additional IP addresses to interfaces [done]
- * IPv6 support [yuck]
+Current status of master branch:
+
+* Complete feature parity with stock networking scripts
+
+* Supports create/destroy of virtual tun/tap interfaces
+ and adding them to bridges
+
+* Supports additional IP addresses added to interfaces
+ in a way that's compatible with net-tools
+
+* TODO: IPv6 support ; suggestions welcome, as I really don't know
+ how I want to proceed with that. For home, I basically
+ rewrote (a very simple version of) the network scripts,
+ but that obviously doesn't scale :/