diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2015-10-17 08:01:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-17 08:01:39 +0700 |
commit | 6049246301b180d0852a00b3a34d871ab67e39f5 (patch) | |
tree | 8e5657707eb0cdd01362b1a6bc68c7b61c61e0ef /python/dhcpy6d/README | |
parent | 6415606cf04f076338e1ff0a2cb23ec3457b784b (diff) |
python/dhcpy6d: Added (DHCPv6 server daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dhcpy6d/README')
-rw-r--r-- | python/dhcpy6d/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/dhcpy6d/README b/python/dhcpy6d/README new file mode 100644 index 0000000000000..c54af0e8435a7 --- /dev/null +++ b/python/dhcpy6d/README @@ -0,0 +1,6 @@ +Dhcpy6d delivers IPv6 addresses for DHCPv6 clients, which can be +identified by DUID, hostname or MAC address as in the good old IPv4 +days. It allows easy dualstack transistion, addresses may be generated +randomly, by range, by arbitrary ID or MAC address. Clients can get +more than one address, leases and client configuration can be stored +in databases and DNS can be updated dynamically. |