Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | T4353: enable linting of Jinja2 templates | Christian Poessinger | |
2022-04-11 | accel-ppp: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2020-10-01 | pppoe-server: T2936: move to get_config_dict() | Christian Poessinger | |
For easier configuration read in (CLI) validation and also template rendering it makes sense to drop the old, single implementation and move to the new, generic get_config_dict() approach. Recurring configuration parts like ip-pool, ipv6-pool and nameservers have also been split our into individual templates which will be included through Jinja2 - leading to a single-source of the template sections, too. |