Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-19 | dhcp-client: T5760: add CLI option to pass user-class parameter | Christian Breunig | |
Example: set interfaces ethernet eth0 dhcp-options user-class VyOS or set interfaces ethernet eth0 dhcp-options user-class 56:79:4f:53 | |||
2023-11-19 | dhcp-client: T5760: add constraints for dhclient string options | Christian Breunig | |
The string data type specifies either an NVT ASCII string enclosed in double quotes, or a series of octets specified in hexadecimal, separated by colons. For example: set interfaces ethernet eth0 dhcp-options client-id CLIENT-FOO or set interfaces ethernet eth0 dhcp-options client-id 43:4c:49:45:54:2d:46:4f:4f As of now there was no input validation performed. | |||
2022-04-16 | dhcp(v6)-client: T4353: fix Jinja2 linting errors | Christian Poessinger | |