Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | T2636: remove workarounds for get_config_dict() | Christian Poessinger | |
Now that b40c52682a256 ("config: T2636: get_config_dict() returns a list on multi node by default") is implemented the workarounds can be removed. | |||
2020-07-21 | ntp: T2718: Change template for correct server names | sever-sever | |
2020-07-04 | ntp: vrf: T2682: support restart on failure indefinitely | Christian Poessinger | |
Linux tries to bind sshd to the VRF but it is yet not ready - for any arbitrary reason. After restarting SSH to often (rate-limiting) it is blocked by systemd. Using Restart/RestartSec is not enough - systemd services use start rate limiting (enabled by default). If service is started more than StartLimitBurst times in StartLimitIntervalSec seconds is it not permitted to start any more. Parameters are inherited from DefaultStartLimitIntervalSec (default 10s) and DefaultStartLimitBurst (default 5). | |||
2020-07-03 | ntp: T2676: mive to get_config_dict() | Christian Poessinger | |
2020-06-13 | ntp: T2321: add VRF support | Christian Poessinger | |
2020-04-05 | ntp: T2230: move inlined templates to dedicated files | Christian Poessinger | |