Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | config: T2636: get_config_dict() returns a list on multi node by default | John Estabrook | |
Unless no_multi_convert is True, a single valued multi node will be returned as a list by get_config_dict(). Modification of Thomas Mangin's version. | |||
2020-07-18 | configdiff: T2689: add configdiff class | John Estabrook | |
The configdiff class provides: (1) An abstract representation of VyOS config state, for use in configuration mode scripts. (2) Methods to query the differences between the effective and session config. |