From: JINMEI Tatuya Date: Sat, 31 Oct 2015 09:57:59 +0000 (+0900) Subject: [4027] added some references X-Git-Tag: trac4110_base~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe570f5f161a0053f95b7d2afad6a43a4c7cd8b;p=thirdparty%2Fkea.git [4027] added some references --- diff --git a/src/lib/dhcp/pkt4o6.h b/src/lib/dhcp/pkt4o6.h index e767a69047..0e87f8e112 100644 --- a/src/lib/dhcp/pkt4o6.h +++ b/src/lib/dhcp/pkt4o6.h @@ -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: