The error code is not returned in case of an error initializing UDP transport with whitelist #4372
Closed
1 task done
Labels
triage
Issue pending classification
Is there an already existing issue for this?
Expected behavior
The client software is notified of the inability to transmit data over Ethernet
Current behavior
A UDP transport initialization error does not result in an error code being returned to the client software
Steps to reproduce
In the whitelist Participant settings, set an address that does not match any local IP. The console displays "[TRANSPORT Error] All whitelist interfaces are filtered out -> Function UDPv4Transport". However, the process of creating and enabling a Participant will be completed successfully. At the same time, the transmission and reception of data over the Ethernet channel for this created Participant is blocked by the error described above.
Fast DDS version/commit
2.13.0
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
UDPv4
Additional context
I suggest in this situation not to create/enable a Participant, but to return the appropriate error sign. Possible solution:
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: