diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-28 17:43:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 17:43:04 +0100 |
commit | 2d1c72aa8f1f1ed58475b9fd696fac10cb30aec4 (patch) | |
tree | ba9857b31e5d9fcf755c85788922515663f9770e /README.md | |
parent | 12305954d54aa04e98f061751813b99165c22597 (diff) | |
parent | bf2a0445e78e16e96316f29bdbf1f3261cca144a (diff) | |
download | vyos-1x-2d1c72aa8f1f1ed58475b9fd696fac10cb30aec4.tar.gz vyos-1x-2d1c72aa8f1f1ed58475b9fd696fac10cb30aec4.zip |
Merge pull request #1680 from dmbaturin/readme-update-test
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) |