Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-22 | T6773: RFC-2136 support for Kea DHCP4 server (#4153) | Alex Bukharov | |
2025-04-14 | kea: T7281: No longer uses control agent for HA | sarthurdev | |
2025-01-16 | ruff: T6583: Reformat to comply with code style | Indrajit Raychaudhuri | |
2025-01-16 | dhcp: T5840: Merge systemd service overrides for kea-ctrl-agent | Indrajit Raychaudhuri | |
Default systemd service for kea-ctrl-agent expects `/etc/kea/kea-api-password` which is not used in VyOS. The systemd unit override to remove the condition does not need to be in a separate (templated and dynamic) override file and can be merged into the existing static override file. | |||
2024-11-21 | dhcp: T6692: Fix range options not present when `exclude` is used | sarthurdev | |
Add smoketest to verify range options are present with `exclude` | |||
2024-04-07 | kea: T3316: Ensure correct permissions on lease files | sarthurdev | |
2024-04-07 | dhcp: T6068: drop unused variable "failover_ok" | Christian Breunig | |
2024-04-04 | Merge pull request #3214 from nicolas-fort/T6068-kea | Daniil Baturin | |
T6068: dhcp-server: add command <set service dhcp-server high-availability mode> | |||
2024-04-03 | T6068: dhcp-server: add command <set service dhcp-server high-availability ↵ | Nicolas Fort | |
mode> so user can define what type of ha use: active-active or active-passive | |||
2024-03-28 | dhcp-server: T4718: Listen-address is not commit if the ip address is on the ↵ | khramshinr | |
interface with vrf | |||
2024-03-25 | T6171: migrate <set service dhcp-server failover> to <set service ↵ | Nicolas Fort | |
dhcp-server high-availability>. | |||
2024-01-22 | dhcp: T5787: Allow disabled duplicates on static-mapping | sarthurdev | |
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 |