Skip to content

Commit

Permalink
Accept v6 interfaces and interface names in whitelist (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
(cherry picked from commit 29fc55a)
  • Loading branch information
juanlofer-eprosima authored and mergify[bot] committed Sep 13, 2024
1 parent 7838506 commit 37a6c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void Configuration::load_dds_configuration_(
// Get optional whitelist interfaces
if (YamlReader::is_tag_present(yml, WHITELIST_INTERFACES_TAG))
{
simple_configuration->whitelist = YamlReader::get_set<IpType>(yml, WHITELIST_INTERFACES_TAG,
simple_configuration->whitelist = YamlReader::get_set<WhitelistType>(yml, WHITELIST_INTERFACES_TAG,
version);
}

Expand Down

0 comments on commit 37a6c31

Please sign in to comment.