X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=README;h=6c23012e800792137fe6afd4b860c2d055058d95;hb=4369d2f0e1ab9682d677f2f8fd876329e740fb0b;hp=f43c60ffed25c2350dd8e6b1187709bb445aeb84;hpb=6bc31b22abc26b9ee31b789d56a8e2a07aa4c569;p=odhcp6c.git diff --git a/README b/README index f43c60f..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 ** @@ -61,14 +64,5 @@ Environment: * 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,preferred,valid,metric + Format:
/,gateway,valid,metric * RA_DNS A space-separated list of recursive DNS servers from the RA - - - - -** Wishlist ** - -Features that I would like to see implemented in the near or far future: - -* Reconfigure Authentication