Skip to content

Commit

Permalink
Accept v6 interfaces and interface names in whitelist (#93) (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <[email protected]>
(cherry picked from commit 29fc55a)

Co-authored-by: juanlofer-eprosima <[email protected]>
  • Loading branch information
mergify[bot] and juanlofer-eprosima authored Sep 16, 2024
1 parent 7838506 commit b247960
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 b247960

Please sign in to comment.