From: Marcin Siodelski Date: Thu, 27 Mar 2014 11:09:02 +0000 (+0100) Subject: [3258] Trivial: fixed a todo statement in DHCPv6 server class. X-Git-Tag: bind10-1.2.0rc1-release~27^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d2db65a9d18aebf31c9696974d3ab3c75445174;p=thirdparty%2Fkea.git [3258] Trivial: fixed a todo statement in DHCPv6 server class. --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index cc99ab375a..13ed769a1a 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -976,8 +976,7 @@ Dhcpv6Srv::assignLeases(const Pkt6Ptr& question, Pkt6Ptr& answer) { // received options and handle IA_NA options one by one and store our // responses in answer message (ADVERTISE or REPLY). // - // @todo: expand this to cover IA_PD and IA_TA once we implement support for - // prefix delegation and temporary addresses. + // @todo: IA_TA once we implement support for temporary addresses. for (OptionCollection::iterator opt = question->options_.begin(); opt != question->options_.end(); ++opt) { switch (opt->second->getType()) {