Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | snmp: T4124: migrate to get_config_dict() | Christian Poessinger | |
2021-08-10 | snmp: T3709: Allow enable oid ipCidrRouteTable | Viacheslav | |
2021-06-13 | snmp: T3606: fix unknown notification OID | Christian Poessinger | |
Commit 945300c6f5 ("snmp: mibs: import from vyatta-cfg-system") imported the MIBs from vyatta-cfg-system and provided them with a symlink to /usr/share/vyos/mibs. The symlink was never installed as the directory already existed. Adjust the MIBDIRS environment variable to load the MIBs from the proper VyOS folder and use no symlink at all. | |||
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
2020-07-04 | snmp: 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-06-13 | snmp: T2321: add VRF support | Christian Poessinger | |