diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:35:59 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:35:59 (GMT) |
commit | a73301e84ab6b55054f2729ef4f75f90a8a6499c (patch) | |
tree | 620af09030fbe41efa636a472f06a35ca0daec2d | |
parent | 82b3cb8a7d485cec9f855596203a01daa20c0889 (diff) |
doc: add p2ptbl schema for client config
-rw-r--r-- | doc/client config.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/client config.org b/doc/client config.org new file mode 100644 index 0000000..95a52cd --- /dev/null +++ b/doc/client config.org @@ -0,0 +1,11 @@ +* p2ptbl schema + The value fields (2,...) are comma-separated (instead of tab) + because otherwise empty fields would confuse the p2ptbl (multiple + tabs collapsed to one during sh read) + + 1. MAC (in capital letters) + 2. name :: dns compatible host name or empty (=none) + 3. inet_mode :: bridged | routed | isolated or empty (=default, + depending on client medium) + 4. splash disabled :: true | false or empty (=false) + 5. static_ip :: static IPv4 or empty (=none) |