summaryrefslogtreecommitdiff
path: root/op-mode-definitions/flow-accounting-op.xml.in
AgeCommit message (Collapse)Author
2023-02-27op-mode: T4952: use list_interfaces from vyos-utilsJohn Estabrook
2021-05-18revert: "util: T2467: add autosudo as an option to command"Christian Poessinger
Implementing a wrapper which will - based on the command - add a sudo prefix to the execution string seemed to be a nice idea but unfortunately it did not only not get momentum but also the codebase somethis added an implicit "sudo" call a second time. This resulted in a call: "sudo sudo systemctl" The entire functionality was removed again and if an op-mode script requires root priviledges it must be explicitly called with them - no black magic.
2021-01-15op-mode: restart: cleanup help stringsChristian Poessinger
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger