Fix casing of domain "Id" attribute in test config (#283)
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
a16118c8c8
commit
3a3fb64a35
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<CycloneDDS xmlns="https://cdds.io/config">
|
<CycloneDDS xmlns="https://cdds.io/config">
|
||||||
<!-- Simple config-file for testing whether a config-file can be picked up
|
<!-- Simple config-file for testing whether a config-file can be picked up
|
||||||
correctly. -->
|
correctly. -->
|
||||||
<Domain id="3">
|
<Domain Id="3">
|
||||||
<General>
|
<General>
|
||||||
<NetworkInterfaceAddress>127.0.0.1</NetworkInterfaceAddress>
|
<NetworkInterfaceAddress>127.0.0.1</NetworkInterfaceAddress>
|
||||||
<AllowMulticast>true</AllowMulticast>
|
<AllowMulticast>true</AllowMulticast>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue