Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | dhcp: T5952: validate duplicate DUID in static-mappings incl. smoketests | Christian Breunig | |
2024-01-18 | dhcp: T5952: Fix validate duplicate MAC Address on same subnet | Jose Phillips | |
2024-01-16 | dhcp: T5952: Fix validate duplicate MAC Address on same subnet | Jose Phillips | |
2024-01-11 | dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in ↵ | Simon | |
the lease file (#2796) | |||
2024-01-10 | dhcp: T5787: Prevent duplicate IP addresses on static mappings | sarthurdev | |
2024-01-10 | dhcp: T3316: Fix `listen-address` handling and add `listen-interface` as ↵ | sarthurdev | |
supported by Kea | |||
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 |