Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | op-mode: T6577: create generic service restart helper to work with the API | Christian Breunig | |
Right now we have multiple restart helpers (e.g. dhcp server, ssh, ntp) that all do the same (more or less): * Check if service is configured on CLI * Restart if configured * Error out if unconfigured This is not available via the op-mode API. Create a new restart.py op-mode helper that takes the service name and possible VRF as argument so it's also exposed via API. | |||
2021-01-15 | snmp: T652: enable interface_replace_old option and restart command | Christian Poessinger | |
- Remove all old ifTable entries with the same ifName as newly appeared interface (with different ifIndex) - this is the case on e.g. ppp interfaces - Add new op-mode command "restart snmp" to restart the daemon |