summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-01-30 22:15:07 +0100
committerSteven Barth <steven@midlink.org>2013-01-30 22:15:07 +0100
commit6bc31b22abc26b9ee31b789d56a8e2a07aa4c569 (patch)
tree04425ba1c2f7f73033d3d3c1648a21894e2b605b /README
parent61effec4509b2c0d6e3c0ee8b7ae0d318b08868e (diff)
downloadodhcp6c-6bc31b22abc26b9ee31b789d56a8e2a07aa4c569.tar.gz
Fix and improve RA-handling code
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 421475f..f43c60f 100644
--- a/README
+++ b/README
@@ -39,8 +39,8 @@ States:
* started The DHCPv6 client has been started
* bound A suitable server was found and addresses or prefixes acquired
* informed A stateless information request returned updated information
-* timeout The DHCPv6 operation did not succeed within the defined time
* updated Updated information was received from the DHCPv6 server
+* ra-updated Updated information was received from via Router Advertisement
* rebound The DHCPv6 client switched to another server
* unbound The DHCPv6 client lost all DHCPv6 servers and will restart
* stopped The DHCPv6 client has been stopped
@@ -56,6 +56,13 @@ Environment:
* OPTION_<num> Custom option received as base-16
* PREFIXES A space-separated list of prefixes currently assigned
Format: <prefix>/<length>,preferred,valid
+* ADDRESSES A space-separated list of addresses currently assigned
+ Format: <address>/<length>,preferred,valid
+* RA_ADDRESSES A space-separated list of addresses from RA-prefixes
+ Format: <address>/<length>,preferred,valid
+* RA_ROUTES A space-separated list of routes from the RA
+ Format: <address>/<length>@gateway,preferred,valid,metric
+* RA_DNS A space-separated list of recursive DNS servers from the RA