Parcourir la source

[2270] Comment about code overlap added.

Tomek Mrugalski il y a 12 ans
Parent
commit
142825f0ca
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 3 0
      src/bin/dhcp4/config_parser.h
  2. 3 0
      src/bin/dhcp6/config_parser.h

+ 3 - 0
src/bin/dhcp4/config_parser.h

@@ -19,6 +19,9 @@
 #ifndef DHCP4_CONFIG_PARSER_H
 #define DHCP4_CONFIG_PARSER_H
 
+/// @todo: This header file and its .cc counterpart are very similar between
+/// DHCPv4 and DHCPv6. They should be merged. A ticket #2355.
+
 namespace isc {
 namespace dhcp {
 

+ 3 - 0
src/bin/dhcp6/config_parser.h

@@ -19,6 +19,9 @@
 #ifndef DHCP6_CONFIG_PARSER_H
 #define DHCP6_CONFIG_PARSER_H
 
+/// @todo: This header file and its .cc counterpart are very similar between
+/// DHCPv4 and DHCPv6. They should be merged. A ticket #2355.
+
 namespace isc {
 namespace dhcp {