- May 24, 2023
-
-
Paul Boven authored
Signed-off-by:
Paul Boven <boven@jive.eu> Acked-by:
Adam Wujek <dev_public@wujek.eu>
-
- May 12, 2023
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Paul Boven authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Fix errors like: Read learning queue: error -1 It could happen that the ioctl is interrupted by a signal. Handle such case correctly. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
From now, the first character (+/-) informs whether SFP is in the DB. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add: --------------------------+-------------- Grand Master Info ------------------------+----------------+-------- Grand Master Id | stepsRemoved | clockClass | timeSource | accuracy | logVar 74:68:75:ff:fe:02:61:01 | 0th hop | 193(FR) | 0xA0(intOscillator) | 0x20(25ns) | 50973 Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add: --Enabling Jumbo Frames --Enabling transmit regardless of whether a valid link has been established --Disabling Autonegotiation Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- May 08, 2023
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This avoids error printouts from HAL when no instances are configured on a given port. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Instead, warn only on the increase of wrsSpllDelCnt. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Fix: -Correct display of live information -Display of temperatures in dashboard -Display of Firmware version in dashboard Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Delay monit start by extra 60 seconds. The delay of snmpd start was put into background because /etc/init.d/rcK cannot be started before /etc/init.d/rcS is finished. Such behavior is implemented in the init. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
delayCoefficient is read from HAL Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add wrsSystemClockDriftUs (in microseconds) as int32. There is no need to export this value as int64, with greater values of the offset the exact information about the offset is not needed. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
To avoid version mismatch. Requires following commit from ppsi wrs-arch: move ptpd_exports.h from wr-switch-sw repo as ppsi_exports.h Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Feb 24, 2023
-
-
Adam Wujek authored
/etc/init.d/wr_date gets parameter "ppsi" to avoid redirect of the output and setting the date from /update/saved_date if unable to get the data via ntp. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Feb 06, 2023
-
-
Adam Wujek authored
Don't kill other ntpd instances. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This fix solves the problem of jumps of a fraction of a second during the startup. It is believed that the problem is in HDL, this commit is just a workaround implemented in software. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 24, 2023
-
-
Adam Wujek authored
Disable web interface in the default config due to security vulnerabilities described in CVE-2023-22577. Please note that web interface can still be enabled manually in the config file in runtime. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 24, 2022
-
-
Adam Wujek authored
Running fsm_generic_run in hal_port_state_fsm_init_all delays setting shmemState as HAL_SHMEM_STATE_INITITALIZED, which causes the timeout (and exit) at the startup of wrsw_rtud. wrsw_rtud is restarted by monit. However, wrs_vlans is run only once by init and is not able to setup correctly VLAN configurationi when wrsw_rtud is not running. The issue is related to the suspected bug #261 . Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 18, 2022
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-