Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-27 | wireguard: T7166: Call vxlan dependency if interface exist | Nataliia Solomko | |
2025-01-19 | wireguard: T4930: use common error message pattern | Christian Breunig | |
2025-01-19 | wireguard: T4930: allow peers via FQDN | sskaje | |
* set interfaces wireguard wgXX peer YY hostname <fqdn> | |||
2024-11-19 | T6490: Allow creation of wireguard interfaces without requiring peers (#4194) | sskaje | |
* T6490: Allow creation of wireguard interfaces without requiring peers | |||
2024-08-02 | Merge pull request #3933 from jestabro/add-missing-standard-func | Daniil Baturin | |
T6632: add missing standard functions to config scripts | |||
2024-08-02 | T6632: add missing standard functions to config scripts | John Estabrook | |
2024-08-02 | T6629: call check_kmod within a standard config function | John Estabrook | |
Move the remaining calls to check_kmod within a standard function, with placement determined by the needs of the config script. | |||
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" | |||
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 |