summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* ndp: more fixesSteven Barth2014-10-171-1/+0
|
* dhcpv4: implement router configuration optionChristian Mehlis2014-08-121-0/+2
| | | | | | | | | | | | | | | | | | RFC 2132 defines: 3.5. Router Option The router option specifies a list of IP addresses for routers on the client's subnet. Routers SHOULD be listed in order of preference. The code for the router option is 3. The minimum length for the router option is 4 octets, and the length MUST always be a multiple of 4. Code Len Address 1 Address 2 +-----+-----+-----+-----+-----+-----+-----+-----+-- | 3 | n | a1 | a2 | a3 | a4 | a1 | a2 | ... +-----+-----+-----+-----+-----+-----+-----+-----+--
* Use OpenWrt standard lease formatSteven Barth2014-01-031-2/+2
|
* Learn routes in NDP-proxy by defaultSteven Barth2014-01-031-1/+1
|
* Remove ula_compat featureSteven Barth2014-01-031-1/+0
|
* fixup READMESteven Barth2013-10-141-49/+49
|
* Various fixesSteven Barth2013-10-141-31/+62
|
* Initial commitSteven Barth2013-10-141-0/+85