Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | smoketest: T6079: probe for duplicate IP address static-mapping | Christian Breunig | |
2024-02-29 | dhcp-server: T6079: Disable duplicate static-mappings on migration | sarthurdev | |
2024-02-14 | dhcpv6-server: T5993: Extend interface migrator to check VLAN/QinQ | sarthurdev | |
Updates smoketest config to test migrator change | |||
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 | |||
2023-12-08 | dhcp: T3316: Migrate dhcp/dhcpv6 server to Kea | sarthurdev | |
2023-09-04 | conntrack: T4309: T4903: Refactor `system conntrack ignore` rule generation, ↵ | sarthurdev | |
add IPv6 support and firewall groups | |||
2023-05-08 | syslog: T2778: migrate to get_config_dict() | Christian Breunig | |
2022-07-07 | syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate | sarthurdev | |
After discussion with @zsdc this was decided the better long term fix * Removes hourly logrotate cron in favour of systemd timer override | |||
2022-04-28 | arp: T4397: change CLI syntax to support interface and VRF bound ARP entries | Christian Poessinger | |
* set protocols static arp interface eth0 address 192.0.2.1 mac 01:23:45:67:89:01 | |||
2022-04-25 | smoketest: config: T4397: add ARP entries for a second interface | Christian Poessinger | |
2022-04-25 | smoketest: config: T4397: add some static ARP entries | Christian Poessinger | |
2022-02-28 | ssh: T4273: bugfix cipher and key-exchange multi nodes | Christian Poessinger | |
After hardning the regex validator to be preceeded with ^ and ending with $ it was no longer possible to have a comma separated list as SSH ciphers. The migrations cript is altered to migrate the previous comma separated list to individual multi node entries - cipher and key-exchange always had been multinodes - so this just re-arranges some values and does not break CLI compatibility |