Skip to content

Commit ee93240

Browse files
committed
Add property to restrict UDPv4 traffic to local interface only
1 parent c00185f commit ee93240

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/xml/Test.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ This code contains trade secrets of Real-Time Innovations, Inc.
1717
<transport_builtin>
1818
<mask>UDPV4</mask>
1919
</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>
2030

2131
<!-- Turn on monitoring -->
2232
<!-- Begin Monitoring

0 commit comments

Comments
 (0)