Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-13 | dhcpv6-server: T5993: Add subnet `interface` node, link subnet to locally ↵ | sarthurdev | |
connected interfaces Prior dhcpd behaviour implicitly handled requests for locally connected subnets. Kea requires an explicit link between subnets and an interface. | |||
2024-01-24 | dhcpv6: T3316: Add support for excluded-prefix in prefix delegation | sarthurdev | |
2024-01-24 | dhcpv6: T3771: Allow installation of routes for delegated prefixes | sarthurdev | |
2024-01-13 | dhcpv6: T3316: Add `listen-interface` as supported by Kea | sarthurdev | |
2024-01-13 | dhcpv6: T3316: Move options to separate node and extend scopes | sarthurdev | |
* Also migrate `address-range` to `range` tag node for consistency with dhcpv4 server syntax | |||
2024-01-11 | dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in ↵ | Simon | |
the lease file (#2796) | |||
2024-01-03 | xml: T5738: add constraint building block with alphanumeric, hypen, ↵ | Christian Breunig | |
underscore and dot | |||
2023-12-31 | T5474: establish common file name pattern for XML conf mode commands | Christian Breunig | |
We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in |