mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 07:55:18 +00:00
[#549] address review comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
@@ -282,5 +282,5 @@ combineCommandsLists(const ConstElementPtr& response1,
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace config
|
||||
} // namespace isc
|
||||
|
@@ -559,7 +559,7 @@ private:
|
||||
PgSqlHostDataSourceImplPtr impl_;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace dhcp
|
||||
} // namespace isc
|
||||
|
||||
#endif // PGSQL_HOST_DATA_SOURCE_H
|
||||
|
@@ -698,9 +698,6 @@ public:
|
||||
return (false);
|
||||
}
|
||||
|
||||
void update(HostPtr const&) {
|
||||
}
|
||||
|
||||
std::string getType() const {
|
||||
return ("one");
|
||||
}
|
||||
@@ -996,4 +993,4 @@ TEST_F(NegativeCacheTest, get6withNegativeCaching) {
|
||||
testGet6();
|
||||
}
|
||||
|
||||
}; // end of anonymous namespace
|
||||
} // namespace
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"This command adds a new host reservation. The reservation may include IPv4 addresses, IPv6 addresses, IPv6 prefixes, various identifiers, a class the client will be assigned to, DHCPv4 and DHCPv6 options, and more."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"Note that ip-address, client-id, next-server, server-hostname, and boot-file-name are IPv4-specific. ip-addresses, and prefixes are IPv6-specific."
|
||||
"Note that boot-file-name, circuit-id, client-id, ip-address, next-server, and server-hostname are IPv4-specific. ip-addresses, and prefixes are IPv6-specific."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"This command updates an existing host reservation. The reservation has to include host identifiers and a subnet identifier and may include IPv4 addresses, IPv6 addresses, IPv6 prefixes, various identifiers, a class the client will be assigned to, DHCPv4 and DHCPv6 options, and more."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"Note that ip-address, client-id, next-server, server-hostname, and boot-file-name are IPv4-specific. ip-addresses, and prefixes are IPv6-specific."
|
||||
"Note that boot-file-name, circuit-id, client-id, ip-address, next-server, and server-hostname are IPv4-specific. ip-addresses, and prefixes are IPv6-specific."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
Reference in New Issue
Block a user