Add setup and cyclonedds.xml
This commit is contained in:
parent
f0485aa61e
commit
f9500743fd
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
|
||||||
|
<Domain id="any">
|
||||||
|
<General>
|
||||||
|
<NetworkInterfaceAddress>eth0</NetworkInterfaceAddress>
|
||||||
|
</General>
|
||||||
|
</Domain>
|
||||||
|
</CycloneDDS>
|
Loading…
Reference in New Issue