Browse Source

[2270] Comment about code overlap added.

Tomek Mrugalski 12 years ago
parent
commit
142825f0ca
2 changed files with 6 additions and 0 deletions
  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 {