Parcourir la source

[3258] Trivial: fixed a todo statement in DHCPv6 server class.

Marcin Siodelski il y a 11 ans
Parent
commit
0d2db65a9d
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/bin/dhcp6/dhcp6_srv.cc

+ 1 - 2
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()) {