summaryrefslogtreecommitdiff
path: root/op-mode-definitions/vrrp.xml.in
AgeCommit message (Collapse)Author
2025-06-25op-mode: T7560: add support for virtual tag nodesDaniil Baturin
for cases when commands need both fixed and variable arguments
2025-05-16op-mode: T7459: eliminate direct use of sudo in op mode commandsDaniil Baturin
2024-10-17T4583: Rewrite VRRP op-mode to vyos.opmode formatkhramshinr
2024-07-16op-mode: T6577: create generic service restart helper to work with the APIChristian 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-15op-mode: restart: cleanup help stringsChristian Poessinger
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger