summaryrefslogtreecommitdiff
path: root/data/templates/frr/isisd.frr.tmpl
AgeCommit message (Collapse)Author
2022-04-03isis: T3156: add segment routing local-block for ISISChristian Poessinger
2022-04-03isis: T4333: fix remaining "is defined" instancesChristian Poessinger
2022-04-03isis: T4336: add support for MD5 authentication password on a circuitChristian Poessinger
2022-04-03isis: T4333: migrate to new vyos_defined Jinja2 testChristian Poessinger
2022-03-16frr: T4302: fix Jinja2 template to match new FRR syntaxChristian Poessinger
According to a wrong bug [1] there is no longer a vrf suffix available for interfaces. This got changed in [2] which no longer print vrf name for interface config when using vrf-lite. 1: https://github.com/FRRouting/frr/issues/10805 2: https://github.com/FRRouting/frr/pull/10411
2021-12-09isis: T4058: add support for BFD profilesChristian Poessinger
2021-11-27isis: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-08-29isis: T3783: bugfix configuring spf-delay-ietfChristian Poessinger
Mandatory FRR options for spf-delay-ietf did not get rendered in the Jinja2 template.
2021-08-03isis: T1316: rename Jinja2 template to match other FRR daemonsChristian Poessinger