Skip to content

Commit b247960

Browse files
Accept v6 interfaces and interface names in whitelist (#93) (#95)
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> (cherry picked from commit 29fc55a) Co-authored-by: juanlofer-eprosima <88179026+juanlofer-eprosima@users.noreply.github.com>
1 parent 7838506 commit b247960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void Configuration::load_dds_configuration_(
177177
// Get optional whitelist interfaces
178178
if (YamlReader::is_tag_present(yml, WHITELIST_INTERFACES_TAG))
179179
{
180-
simple_configuration->whitelist = YamlReader::get_set<IpType>(yml, WHITELIST_INTERFACES_TAG,
180+
simple_configuration->whitelist = YamlReader::get_set<WhitelistType>(yml, WHITELIST_INTERFACES_TAG,
181181
version);
182182
}
183183

0 commit comments

Comments
 (0)