Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-20 | T1598: initial implementation of the hosts keeper daemon. | Daniil Baturin | |
2019-06-05 | T1422: Remove extraneous print statement. | John Estabrook | |
2019-06-01 | T1422: fix wrong file mode. | Daniil Baturin | |
2019-06-01 | T1422: add a script for querying values in config files. | Daniil Baturin | |
2018-11-29 | T1001: Bugfix: Handle backslashes in values with "show configuration commands" | arnehaak | |
This script is usually called with the output of "cli-shell-api showCfg", which does not escape backslashes. "ConfigTree()" expects escaped backslashes when parsing a config string (and also prints them itself). Therefore this script would fail. Manually escape backslashes here to handle backslashes in any configuration strings properly. The alternative would be to modify the output of "cli-shell-api showCfg", but that may be break other things who rely on that specific output. This fixes https://phabricator.vyos.net/T1001 | |||
2018-06-29 | T723: add a prototype of an initial setup script. | Daniil Baturin | |
2018-06-05 | T684: add bindings for the commands formatter and scripts for converting ↵ | Daniil Baturin | |
configs to commands. |