diff options
author | Francis Dupont <fdupont@isc.org> | 2020-07-22 17:12:53 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-09-15 19:51:42 +0200 |
commit | 62b490238988744d54af6054d76a3dd55e050b85 (patch) | |
tree | f4080355b90ef36810809a15c4299b958360349c /src/lib/dhcpsrv/network.h | |
parent | [#1304] Added ChangeLog entry (diff) | |
download | kea-62b490238988744d54af6054d76a3dd55e050b85.tar.xz kea-62b490238988744d54af6054d76a3dd55e050b85.zip |
[#1333] Checkpoint: code done - unit tests to update
Diffstat (limited to 'src/lib/dhcpsrv/network.h')
-rw-r--r-- | src/lib/dhcpsrv/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/network.h b/src/lib/dhcpsrv/network.h index 0884e4ab06..0cddce1125 100644 --- a/src/lib/dhcpsrv/network.h +++ b/src/lib/dhcpsrv/network.h @@ -251,7 +251,7 @@ public: util::Optional<std::string> getIface(const Inheritance& inheritance = Inheritance::ALL) const { return (getProperty<Network>(&Network::getIface, iface_name_, - inheritance, "interface")); + inheritance)); }; /// @brief Sets information about relay |