We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7838506 commit b247960Copy full SHA for b247960
1 file changed
fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp
@@ -177,7 +177,7 @@ void Configuration::load_dds_configuration_(
177
// Get optional whitelist interfaces
178
if (YamlReader::is_tag_present(yml, WHITELIST_INTERFACES_TAG))
179
{
180
- simple_configuration->whitelist = YamlReader::get_set<IpType>(yml, WHITELIST_INTERFACES_TAG,
+ simple_configuration->whitelist = YamlReader::get_set<WhitelistType>(yml, WHITELIST_INTERFACES_TAG,
181
version);
182
}
183
0 commit comments