/// @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.
///
/// @param cfg - the parsed structure
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:
// - that more than one subnet can be added to shared subnets
// - that each subnet being part of the shared subnets is also stored in
/// @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.
///
/// @param cfg - the parsed structure
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:
// - that more than one subnet can be added to shared subnets
// - that each subnet being part of the shared subnets is also stored in