Fix most of the validation problems
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
4f2addef1a
commit
c5b22bf629
3 changed files with 6 additions and 8 deletions
|
@ -13,9 +13,7 @@
|
|||
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||
-->
|
||||
<CycloneDDS xmlns="https://cdds.io/config">
|
||||
<Domain>
|
||||
<Id>any</Id>
|
||||
</Domain>
|
||||
<Domain Id="any">
|
||||
<General>
|
||||
<AllowMulticast>true</AllowMulticast>
|
||||
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
||||
|
@ -27,4 +25,5 @@
|
|||
<Verbosity>finest</Verbosity>
|
||||
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
||||
</Tracing-->
|
||||
</Domain>
|
||||
</CycloneDDS>
|
||||
|
|
|
@ -13,9 +13,7 @@
|
|||
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||
-->
|
||||
<CycloneDDS xmlns="https://cdds.io/config">
|
||||
<Domain>
|
||||
<Id>${DOMAIN_ID}</Id>
|
||||
</Domain>
|
||||
<Domain Id="${DOMAIN_ID}">
|
||||
<General>
|
||||
<AllowMulticast>true</AllowMulticast>
|
||||
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
||||
|
@ -27,4 +25,5 @@
|
|||
<Verbosity>finest</Verbosity>
|
||||
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
||||
</Tracing-->
|
||||
</Domain>
|
||||
</CycloneDDS>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue