Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-21 | dhcpv6-pd: T2821: bugfix Jinja2 template - missing conditional if | Christian Poessinger | |
Specifying "dhcpv6-options pd 0" for any interface without an interface where we delegate an address to resulted in a commit error: {% for interface, interface_config in pd_config.interface.items() if pd_config.interface is vyos_defined %} jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'interface' | |||
2022-04-16 | dhcp(v6)-client: T4353: fix Jinja2 linting errors | Christian Poessinger | |