Hi,
we have a board with micro DDS and it worked fine with interface 'fec0' (192.168.3.100/24). Later we ported same software to a different board. The new board has a vlan ('vlan10', 192.168.8.100/24). Now it didn't work anymore.
I did change allowed interface list during registration,
rti_me::RtRegistry* reg = dds_factory_.createRtRegistry( std::move(rti_me::UdpIntfFactoryPropertyBuilder() .allowInterface(util::Span<const util::StaticString<255>>{kAllowedInterfaces})
Is there a limitation on vlan in mirco DDS 2.4.11 ?
thanks,
Steve