diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-23 16:33:37 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-23 16:33:37 (GMT) |
commit | 4176db98cb9a9437c939ac6b9f85fb176614b2cc (patch) | |
tree | b7bd9497beed44948c1bcadca34246ad0c29e55d /doc/splash.org | |
parent | 312d7c1eb3b92e11b192c0717b1480d096db20d3 (diff) |
rewrite splash to use a p2ptbl
- add p2ptbl splash (see doc/splash.org)
- replace all uci queries with p2ptbl queries
- centralize splash db modification in /etc/splash.sh
- add node to the list of splashed devices upon first use of
/etc/splash.sh (shortly after booting)
- remove locks in cgi-bin/splash_click
Diffstat (limited to 'doc/splash.org')
-rw-r--r-- | doc/splash.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/splash.org b/doc/splash.org new file mode 100644 index 0000000..60dc0f3 --- /dev/null +++ b/doc/splash.org @@ -0,0 +1,6 @@ +* distribution issues + race condition between first IP packet and the p2ptbl update message + that has to cause an iptable effect +* p2ptbl schema + 1. MAC (in capital letters) + 2. expiry time (seconds since UNIX epoch) |