I added dhcpd -6 option.
authorYeongdeok Suh <skyducks111@gmail.com>
Fri, 10 Jul 2015 18:49:12 +0000 (13:49 -0500)
committerRob Landley <rob@landley.net>
Fri, 10 Jul 2015 18:49:12 +0000 (13:49 -0500)
commit60cdc06c4825de7688a3879892bf442e0e2f282a
treeecde3a4067b9d1596c4076e56b3fa6023b0f7b4c
parentd1a577f7bd2148f29a1dff37684ea9c63024fe6e
I added dhcpd -6 option.

It's for supporting ipv6, and I referred to RFC 3315 Specification
http://www.rfc-base.org/txt/rfc-3315.txt

There are some different kind of requests in dhcpd6,
but I inplemented only a basic protocol. (Solicit - Advertise - Request - Reply)
There's a sample packet as below. toybox dhcpd works in the same way.
http://packetlife.net/captures/DHCPv6.cap
toys/pending/dhcpd.c