summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_mac_source.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2014-12-23 16:41:29 +0100
committerTomek Mrugalski <tomasz@isc.org>2014-12-23 16:41:29 +0100
commitc12560be7264a6a80622d219b7385a619e934370 (patch)
treeb37ada571acb8a270d29b9748641e1c5c32410c5 /src/lib/dhcpsrv/cfg_mac_source.h
parent[3554] Updated the MAC/HW addresses in DHCPv6 section in the kea-guide. (diff)
downloadkea-c12560be7264a6a80622d219b7385a619e934370.tar.xz
kea-c12560be7264a6a80622d219b7385a619e934370.zip
[3554] Changes after review:
- eth0 => ethX in several examples - added @todo in Dhcp6Srv, getMAC() is now static - added @todo in CfgMACSource
Diffstat (limited to 'src/lib/dhcpsrv/cfg_mac_source.h')
-rw-r--r--src/lib/dhcpsrv/cfg_mac_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/cfg_mac_source.h b/src/lib/dhcpsrv/cfg_mac_source.h
index a2681254c3..3b3a098a86 100644
--- a/src/lib/dhcpsrv/cfg_mac_source.h
+++ b/src/lib/dhcpsrv/cfg_mac_source.h
@@ -58,6 +58,7 @@ class CfgMACSource {
/// @param source MAC source (see constants in Pkt::HWADDR_SOURCE_*)
///
/// Specified source is being added to the mac_sources_ array.
+ /// @todo implement add(string) version of this method.
void add(uint32_t source) {
mac_sources_.push_back(source);
}