setting rx_hostname (or udp_dstip with rx_hostname not none) will always set udp_dstmac. solves problem of chaing udp_dstip and udp_dstmac stays the same (#544)

This commit is contained in:
Dhanya Thattil
2022-09-05 16:57:54 +02:00
committed by GitHub
parent 7de6f157b5
commit 76c18f3303
5 changed files with 22 additions and 16 deletions

View File

@ -1182,6 +1182,7 @@ class Detector(CppDetectorApi):
----
Not mandatory to set as udp_dstip retrieves it from slsReceiver process but must be set if you use a custom receiver (not slsReceiver). \n
To set MACs for individual modules, use setDestinationUDPMAC.
Use router mac if router between detector and receiver.
Example
-------
@ -1208,6 +1209,7 @@ class Detector(CppDetectorApi):
To set MACs for individual modules, use setDestinationUDPMAC2. \n
[Jungfrau] bottom half \n
[Gotthard2] veto debugging \n
Use router mac if router between detector and receiver.
Example
------