]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - README
Update license headers
[odhcp6c.git] / README
diff --git a/README b/README
index f43c60ffed25c2350dd8e6b1187709bb445aeb84..b35425a03a39dd4a4228e4a706c666a1b52759c3 100644 (file)
--- 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,7 +64,7 @@ Environment:
 * 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
+                               Format: <address>/<length>,gateway,valid,metric
 * RA_DNS               A space-separated list of recursive DNS servers from the RA