]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4027] added some references
authorJINMEI Tatuya <jinmei@wide.ad.jp>
Sat, 31 Oct 2015 09:57:59 +0000 (18:57 +0900)
committerJINMEI Tatuya <jinmei@wide.ad.jp>
Sat, 31 Oct 2015 09:57:59 +0000 (18:57 +0900)
src/lib/dhcp/pkt4o6.h

index e767a69047a45c216aa467235c697e3914469058..0e87f8e11211a60a4896dd631307406afef7b406 100644 (file)
@@ -29,6 +29,10 @@ namespace dhcp {
 /// This class derives from @c Pkt4 in order to be handled by
 /// the DHCPv4 server code. It includes a shared pointer to the
 /// DHCPv6 message too.
+///
+/// This is an implementation of the DHCPv4-query/response DHCPv6 messages
+/// defined in RFC 7341 (http://ietf.org/rfc/rfc7341.txt).
+/// See also http://kea.isc.org/wiki/Dhcp4o6Design for design discussions.
 class Pkt4o6 : public Pkt4 {
 public: