We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00185f commit ee93240Copy full SHA for ee93240
test/xml/Test.xml
@@ -17,6 +17,16 @@ This code contains trade secrets of Real-Time Innovations, Inc.
17
<transport_builtin>
18
<mask>UDPV4</mask>
19
</transport_builtin>
20
+
21
+ <!-- Restrict traffic to local interface only -->
22
+ <property>
23
+ <value>
24
+ <element>
25
+ <name>dds.transport.UDPv4.builtin.parent.allow_interfaces_list</name>
26
+ <value>127.0.0.1</value>
27
+ </element>
28
+ </value>
29
+ </property>
30
31
<!-- Turn on monitoring -->
32
<!-- Begin Monitoring
0 commit comments