- May 20, 2020
-
-
-
In the rx calib FSM, this is needed to over the case when the calibration is re-started (INIT state entered) during execution of the FSM (e.g. due to link unplugging, or timeout). In the tx calib FSM, in theory this is not needed, yet it seems clean and it might be needed in the future if some sort of reset is implemented.
-
-
-
-
-
changed from daemon.info to a new option default_syslog that uses daemon.info as default and additionally parses syslog messages for info about facility,priority and uses this info if available.
-
Some deamons/etc that log messages to syslog do not specify facility.level in their messages. The logger is configured to parse the message looking for facility.level (option: --prio-prefix). If the message does not include If no facility.priority is specified, the logger will use the one specified after -p, this is now provided. For example, PPSi does not specify facility.priority in messages (hopefully, this will change), without "-p daemon.info", it was reported as user.info. If user wishes to, he/she can override. This is the default config
-
-
-
Signed-off-by:
Maciej Lipinski <maciej.lipinski@cern.ch>
-
-
-
- behavior for different VLAN modes was incorrect (in table and text) - updates per changes in v6.0 were needed.
-
-
- May 19, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- May 18, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- May 08, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- May 07, 2020
-
-
- Apr 24, 2020
-
-
Jean-Claude BAU authored
-
- Apr 15, 2020
-
-
Jean-Claude BAU authored
-
- Apr 09, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
This reverts commit 9c8412e3. S59leap_seconds_file_update is already there to call the script at boot time.
-
- Apr 08, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
Fixes ifconfig down issue for LPDC ports.
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
Load values from tx_phase_cal.conf file only if MD5 matches. Otherwise, generate new values.
-
Grzegorz Daniluk authored
-
- Apr 02, 2020
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Mar 31, 2020
-
-
Maciej Lipinski authored
-
Maciej Lipinski authored
-
Maciej Lipinski authored
So far, only LDPC tx calibration was indicated by blinking link led, now the same behavior was added when LPDC rx calibration is ongoing.
-
Maciej Lipinski authored
Make sure that the status LED does go green before the LPDC tx calibration is finished.
-
- Mar 30, 2020
-
-
Maciej Lipinski authored
Setting the options to force dot-config/IP over DHCP can be dangerous. Until now, the switch would wait endlessly in an infinite loop. This commit introduces a way to escape the loop. This can be done by connecting to the back UART and pressing any key.
-