aboutsummaryrefslogtreecommitdiffstats
path: root/extras/fap/README.md
diff options
context:
space:
mode:
authorJonas Lindstad <jonaslindstad@gmail.com>2016-05-23 13:56:26 +0200
committerJonas Lindstad <jonaslindstad@gmail.com>2016-05-23 13:56:26 +0200
commitd7db901796438c811ab239ecbbee0ad0dd49832c (patch)
tree870021685ed17fbdc14e5b9b24cfe0687eeccf20 /extras/fap/README.md
parent34cebee827c1fb2410ea8551a5a3c3242084fc07 (diff)
Added all changes to FAP for TG16 + some documentation
Diffstat (limited to 'extras/fap/README.md')
-rwxr-xr-x[-rw-r--r--]extras/fap/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/extras/fap/README.md b/extras/fap/README.md
index c8278f5..be36ce9 100644..100755
--- a/extras/fap/README.md
+++ b/extras/fap/README.md
@@ -31,7 +31,10 @@ Example: <a href="dhcpd/terminal.log">dhcpd/terminal.log</a>
# TODO
* DONE: Support for IPv6 management
-* Process multiple HTTP request simultaneously
+* Process multiple HTTP request simultaneously with python, so we can migrate everything over to python (no more PHP).
* Support for only pushing JunOS image to switch - no config (for backup switches)
* Try/catch on whole ethernet frame in DHCPD
* Timestamps on each line in log both from DHCPD and HTTPD
+
+# Changes in regard of TG16
+Migrated from a standalone DB to the NMS ("Gondul") DB. Since time was limited, a lot of ugly haxxes were put in place to get it to work. The neccessary job of cleaning it up has not been done yet.