X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=README;h=6c23012e800792137fe6afd4b860c2d055058d95;hb=3fb3c327d889a8c5e0370259c4c6360c7d3106cb;hp=421475fe7c7f53519f57a0501ccab2879b356616;hpb=dd5f1f8ca0a24d23dc426d6e89d9855a7b97fcec;p=odhcp6c.git diff --git a/README b/README index 421475f..6c23012 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ odhcp6c - Embedded DHCPv6 Client ** Abstract ** -odhcp6c is a minimalistic DHCPv6 client for use in embedded Linux systems. +odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux systems. ** Features ** @@ -20,6 +20,9 @@ odhcp6c is a minimalistic DHCPv6 client for use in embedded Linux systems. 4. State script support +5. Support for requesting and parsing Router Advertisements + a) parsing of prefixes, routes, MTU and RDNSS options + ** Compiling ** @@ -39,8 +42,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,12 +59,10 @@ Environment: * OPTION_ Custom option received as base-16 * PREFIXES A space-separated list of prefixes currently assigned Format: /,preferred,valid - - - - -** Wishlist ** - -Features that I would like to see implemented in the near or far future: - -* Reconfigure Authentication +* ADDRESSES A space-separated list of addresses currently assigned + Format:
/,preferred,valid +* RA_ADDRESSES A space-separated list of addresses from RA-prefixes + Format:
/,preferred,valid +* RA_ROUTES A space-separated list of routes from the RA + Format:
/,gateway,valid,metric +* RA_DNS A space-separated list of recursive DNS servers from the RA