Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-18 | frrender: T6746: move get_frrender_dict from vyos.configdict to this module | Christian Breunig | |
Keep all FRRender stuff in one place. | |||
2024-12-16 | frr: T6746: do not use FRRender apply() method when vyos-configd is running | Christian Breunig | |
2024-12-16 | frr: T6746: handle "system ip" and "system ipv6" with FRRender class | Christian Breunig | |
FRR 10.2 will use "[no] ip forwarding" and "[no] ipv6 forwarding" to enable or disable IP(v6) forwarding. We no longer rely on sysctl as this was overridden by FRR later on. Remove code path for sysctl setting and solely rely on FRR. | |||
2024-12-16 | frr: T6747: make daemon definitions re-usable for both conf-mode and smoketests | Christian Breunig | |
2024-08-05 | sysctl: T3204: restore sysctl setttings overwritten by tuned | Christian Breunig | |
2024-04-15 | T5535: firewall: migrate command <set system ip disable-directed-broadcast> ↵ | Nicolas Fort | |
to firewall global-optinos | |||
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" | |||
2024-02-16 | T6001: add option to disable next-hop-tracking resolve-via-default | Christian Breunig | |
* set system ip nht no-resolve-via-default * set system ipv6 nht no-resolve-via-default | |||
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 |