Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | dhcp(v6)-client: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-04-08 | dhcp(v6): T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2021-02-15 | dhcp: T3300: add DHCP default route distance | Brandon Stepler | |
2020-08-14 | templates: dhcp-client: fix "Autogenerated by" script name | Christian Pössinger | |
Commit 21bc98f1 ("ifconfig: dhcp: T2767: client must not start when interface is disabled") dropped dhcp.py which is now directly handled by interface.py. This change should also be reflected in the generated files. | |||
2020-08-03 | ifconfig: T2653: unify DHCPv4 configuration | Christian Poessinger | |
Pass the interface dictionary transparently to the DHCP module and render the DHCP client config template directly from the same source instead of transcoding it once more. | |||
2020-05-24 | fromdos: fix wrong line encoding | Christian Poessinger | |
2020-04-28 | dhclient: T2393: remove intermediate _DHCP helper class | Christian Poessinger | |
The intermedite class only held the path to the configuration files - thus its existence was doubtworthy. For better readability and a clean inheritance graph that class has been dropped. | |||
2020-04-28 | dhclient6: T2393: T2394: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-28 | dhclient: T2393: migrate from SysVinit to systemd | Christian Poessinger | |