mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[5357] Corrected some little typos as a result of review.
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
|||||||
|
|
||||||
/// @brief Conducts global sanity checks
|
/// @brief Conducts global sanity checks
|
||||||
///
|
///
|
||||||
/// This method is very simply now, but more sanity checks are expected
|
/// This method is very simple now, but more sanity checks are expected
|
||||||
/// in the future.
|
/// in the future.
|
||||||
///
|
///
|
||||||
/// @param cfg - the parsed structure
|
/// @param cfg - the parsed structure
|
||||||
|
@@ -5134,7 +5134,7 @@ TEST_F(Dhcp4ParserTest, sharedNetworks1subnet) {
|
|||||||
checkSubnet(*subs, "192.0.2.0/24", 1000, 2000, 4000);
|
checkSubnet(*subs, "192.0.2.0/24", 1000, 2000, 4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test verifies that a a proper shared-network (three subnets) is
|
// Test verifies that a proper shared-network (three subnets) is
|
||||||
// accepted. It verifies several things:
|
// accepted. It verifies several things:
|
||||||
// - that more than one subnet can be added to shared subnets
|
// - that more than one subnet can be added to shared subnets
|
||||||
// - that each subnet being part of the shared subnets is also stored in
|
// - that each subnet being part of the shared subnets is also stored in
|
||||||
|
@@ -205,7 +205,7 @@ public:
|
|||||||
|
|
||||||
/// @brief Conducts global sanity checks
|
/// @brief Conducts global sanity checks
|
||||||
///
|
///
|
||||||
/// This method is very simply now, but more sanity checks are expected
|
/// This method is very simple now, but more sanity checks are expected
|
||||||
/// in the future.
|
/// in the future.
|
||||||
///
|
///
|
||||||
/// @param cfg - the parsed structure
|
/// @param cfg - the parsed structure
|
||||||
|
@@ -5481,7 +5481,7 @@ TEST_F(Dhcp6ParserTest, sharedNetworks1subnet) {
|
|||||||
checkSubnet(*subs, "2001:db8::/48", 900, 1800, 3600, 7200);
|
checkSubnet(*subs, "2001:db8::/48", 900, 1800, 3600, 7200);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test verifies that a a proper shared-network (three subnets) is
|
// Test verifies that a proper shared-network (three subnets) is
|
||||||
// accepted. It verifies several things:
|
// accepted. It verifies several things:
|
||||||
// - that more than one subnet can be added to shared subnets
|
// - that more than one subnet can be added to shared subnets
|
||||||
// - that each subnet being part of the shared subnets is also stored in
|
// - that each subnet being part of the shared subnets is also stored in
|
||||||
|
Reference in New Issue
Block a user