diff options
author | Daniil Baturin <daniil@baturin.org> | 2022-11-27 22:40:56 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2022-11-27 22:40:56 +0000 |
commit | bf2a0445e78e16e96316f29bdbf1f3261cca144a (patch) | |
tree | a800c3e9de9a226d44c338b8f1da54e73b4ab47a /README.md | |
parent | 41c225ae7f1d539de8a43add4e7ebbd496783867 (diff) | |
download | vyos-1x-bf2a0445e78e16e96316f29bdbf1f3261cca144a.tar.gz vyos-1x-bf2a0445e78e16e96316f29bdbf1f3261cca144a.zip |
README typo fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -36,7 +36,7 @@ src ## Interface/command definitions Raw `node.def` files for the old backend are no longer written by hand or -generated by custom sciprts. They are all now produced from a unified XML format +generated by custom scripts. They are all now produced from a unified XML format that supports a strict subset of the old backend features. In particular, it intentionally does not support embedded shell scripts, default values, and value "types", instead delegating those tasks to external scripts. @@ -54,8 +54,7 @@ The guidelines in a nutshell: generating taret config, see our [documentation](https://docs.vyos.io/en/latest/contributing/development.html#python) for the common structure -* Use the `get_config_dict()` API as much as possible when retrieving values from - the CLI +* Use the `get_config_dict()` API as much as possible when retrieving values from the CLI * Use a template processor when the format is more complex than just one line (Jinja2 and pystache are acceptable options) |