Skip to content

Commit

Permalink
Add Server IP to Discovery Server Client TCPv6 whitelist
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Aug 26, 2024
1 parent 51a5ecd commit 80d995b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ DiscoveryServerParticipant::reckon_participant_attributes_(
has_connection_descriptor = true;
auto descriptor_tmp =
create_descriptor<eprosima::fastdds::rtps::TCPv6TransportDescriptor>(configuration->whitelist);
descriptor_tmp->add_listener_port(0);
// descriptor_tmp->interfaceWhiteList.push_back(address.ip());
// descriptor_tmp->add_listener_port(0);
descriptor_tmp->interfaceWhiteList.push_back(address.ip());

// Enable TLS
if (tls_config.is_active())
Expand Down

0 comments on commit 80d995b

Please sign in to comment.