/// The @c other parameter must be a @c SrvConfig or its derivation.
///
/// This method calls either @c merge4 or @c merge6 based on
- /// @c CfgMgr::family_.
///
/// Currently, the following parts of the configuration are merged:
- /// - IPv4 subnets
+ /// - globals
+ /// - option definitions
+ /// - options
+ /// - via @c merge4 or @c merge6 depending on @c CfgMgr::family_:
+ /// - shared networks
+ /// - subnets
///
/// @todo Add support for merging other configuration elements.
///
// This test verifies that globals from one SrvConfig
// can be merged into another. It verifies that values
// in the from-config override those in to-config which
-// override those in GLOBAL4_DEFAULTS.
+// override those in GLOBAL6_DEFAULTS.
TEST_F(SrvConfigTest, mergeGlobals6) {
// Set the family we're working with.
CfgMgr::instance().setFamily(AF_INET6);