summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_client_fqdn.cc
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2014-08-06 11:48:50 +0200
committerTomek Mrugalski <tomasz@isc.org>2014-08-06 11:48:50 +0200
commitaba37777cafd71b331b60799d24ff3cec45c963a (patch)
treebcc0f199da1e118799c66ba51fc13d169867bdcc /src/lib/dhcp/option6_client_fqdn.cc
parent[3417] "bind 10" => Kea converted in many .cc/.h files (diff)
downloadkea-aba37777cafd71b331b60799d24ff3cec45c963a.tar.xz
kea-aba37777cafd71b331b60799d24ff3cec45c963a.zip
[3417] B10 => KEA renamed
Diffstat (limited to 'src/lib/dhcp/option6_client_fqdn.cc')
-rw-r--r--src/lib/dhcp/option6_client_fqdn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcp/option6_client_fqdn.cc b/src/lib/dhcp/option6_client_fqdn.cc
index d9eb0b230b..2fadb897a8 100644
--- a/src/lib/dhcp/option6_client_fqdn.cc
+++ b/src/lib/dhcp/option6_client_fqdn.cc
@@ -27,8 +27,8 @@ namespace dhcp {
///
/// The purpose of the class is to separate the implementation details
/// of the Option6ClientFqdn class from the interface. This implementation
-/// uses b10-libdns classes to process FQDNs. At some point it may be
-/// desired to split b10-libdhcp++ from b10-libdns. In such case the
+/// uses kea-libdns classes to process FQDNs. At some point it may be
+/// desired to split kea-libdhcp++ from kea-libdns. In such case the
/// implementation of this class may be changed. The declaration of the
/// Option6ClientFqdn class holds the pointer to implementation, so
/// the transition to a different implementation would not affect the