summaryrefslogtreecommitdiff
path: root/data/templates/router-advert/radvd.conf.tmpl
AgeCommit message (Collapse)Author
2022-05-01router-advert: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-04-11router-advert: T4333: migrate to new vyos_defined Jinja2 testChristian Poessinger
2021-07-30router-advert: T2745: use template common coding style in for loopsChristian Poessinger
2021-05-23router-advert: T3561: add support for specific routesMark Royds
Co-authored-by: Mark Royds <mark.royds@vitaminit.co.uk>
2020-11-28vyos.template: T2720: fix remaining in-line time_block syntaxChristian Poessinger
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks feature") globally enabled the trim_blocks feature. Some templates still used in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings. This is fixed by removing all in-line trim_block statememnts of Jinja2 templates.
2020-07-30router-advert: T2745: migrate to get_config_dict()Christian Poessinger
2020-06-17router-advert: T2609: add missing verify() for prefix lifetimeChristian Poessinger
radvd[31898]: AdvValidLifeTime must be greater than AdvPreferredLifetime in radvd.conf, line 19 This happens with the following configuration: vyos@vyos# show service router-advert interface eth0.20 { name-server 2001:4860:4860::8888 prefix ::/64 { valid-lifetime 7200 } } A validator is added to solve this issue and radvd will run again.
2020-04-05router-advert: T2230: move inlined templates to dedicated filesChristian Poessinger