updating jungfrau examples

This commit is contained in:
maliakal_d 2020-10-23 15:38:42 +02:00
parent b9234ee7f2
commit e3ffc9a57b

View File

@ -8,18 +8,15 @@ rx_hostname pcmoench01
udp_dstport 50004 udp_dstport 50004
# udp destination ip (receiver) # udp destination ip (receiver)
#udp_dstip 172.24.8.84 udp_dstip 10.0.1.100
# or to get ip from rx_hostname
udp_dstip auto
# udp source ip (same subnet as udp_dstip) # udp source ip (same subnet as udp_dstip)
udp_srcip 172.24.8.254 udp_srcip 10.0.1.184
# PCBv2.0 (using 2 interfaces, top)
# PCBv2.0 (using 2 interfaces)
udp_dstport2 50005 udp_dstport2 50005
udp_dstip2 auto udp_dstip2 10.0.2.100
udp_srcip2 172.24.8.111 udp_srcip2 10.0.2.184
# enable two interfaces # enable two interfaces
numinterfaces 2 numinterfaces 2
# select inner interface(effective only when numinterfaces is 1) # select inner interface(effective only when numinterfaces is 1)