diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-08-06 11:48:50 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-08-06 11:48:50 +0200 |
commit | aba37777cafd71b331b60799d24ff3cec45c963a (patch) | |
tree | bcc0f199da1e118799c66ba51fc13d169867bdcc /src/lib/dhcp/option6_client_fqdn.cc | |
parent | [3417] "bind 10" => Kea converted in many .cc/.h files (diff) | |
download | kea-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.cc | 4 |
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 |