]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - README
First hnet-based version.
[odhcp6c.git] / README
diff --git a/README b/README
index 05e07c8e632400976e15b7484857f91c7f40333f..2a7ab633f4634ec09344f9b4f85b12769b602178 100644 (file)
--- 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
@@ -51,10 +51,18 @@ Environment:
 * DOMAINS              A space-separated list of DNS search domains
 * SNTP_IP              A space-separated list of SNTP server IP addresses
 * SNTP_FQDN            A space-separated list of SNTP server FQDNs
+* SIP_IP               A space-separated list of SIP servers
+* SIP_DOMAIN           A space-separated list of SIP domains
 * OPTION_<num> Custom option received as base-16
 * PREFIXES             A space-separated list of prefixes currently assigned
-                               Format: <prefix>/<length>,preferred,valid
-* PREFIXES_LOST        A space-separated list of prefixes lost since last update
+                               Format: <prefix>/<length>,preferred,valid[,cls]
+* 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,valid,metric
+* RA_DNS               A space-separated list of recursive DNS servers from the RA