Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Merge pull request #4211 from natali-rs1985/T4214 | Daniil Baturin | |
static: T4214: Allow several dhcp-interfaces to the same static rote | |||
11 days | Merge pull request #4219 from natali-rs1985/T6628 | Daniil Baturin | |
ipoe_server: T6628: Add option to assign static IP address to end users with local auth | |||
2024-12-12 | T6863: Fix default distance for PPPoE (#4229) | Roman Khramshin | |
set `default-route-distance` to 1 | |||
2024-12-10 | Merge pull request #4231 from natali-rs1985/T6368 | Christian Breunig | |
pki: T6368: Add ability for acme to listen on IPv6 addresses | |||
2024-12-10 | pki: T6368: Add ability for acme to listen on IPv6 addresses | Nataliia Solomko | |
2024-12-08 | T6927: adds option to set container name server | Nicolas Vollmar | |
2024-12-04 | ipoe_server: T6628: Add option to assign static IP address to end users | Nataliia Solomko | |
2024-12-02 | Merge pull request #4208 from lucasec/t6630 | Christian Breunig | |
T6630: ntp: fix timestamp nested under ptp | |||
2024-11-29 | Merge pull request #4204 from sarthurdev/T6809 | Simon | |
2024-11-29 | static: T4214: Allow several dhcp-interfaces to the same static rote | Nataliia Solomko | |
2024-11-28 | T6906: IPoE-server add start-session option (#4206) | Viacheslav Hletenko | |
Add the abbility to start IPoE session by unclassified-packet. It allows the cases when subscriber configures the address manually (static) and accel-ppp can start session on any packet. By default start session on DHCPv4 Discover packet. set service ipoe-server interface eth1 start-session unclassified-packet | |||
2024-11-26 | Merge pull request #4196 from natali-rs1985/T6872 | Christian Breunig | |
ipoe_server: T6872: Add the ability to configure LUA scripts and username | |||
2024-11-26 | Merge pull request #4198 from sever-sever/T264 | Christian Breunig | |
T264: IPsec add base64 encoded secret-type feature | |||
2024-11-25 | T6630: ntp: fix timestamp nested under ptp | Lucas Christian | |
2024-11-23 | avahi: T6908: add option to define max-cache entries (#4207) | Christian Breunig | |
* avahi: T6908: reduce runtime overhead in smoketests by using setUpClass/tearDownClass * avahi: T6908: add option to define mdns-repeater max-cache entries Add CLI option to configure `cache-entries-max` entries in Avahi daemon configuration. Default value of 4096 for "cache-entries" CVLI node was retrieved from source code. | |||
2024-11-22 | pki: T6809: Support system install of CA certificates | sarthurdev | |
2024-11-21 | T264: IPsec add base64 encoded secret-type feature | Viacheslav Hletenko | |
Add the ability to configure base64 encoded passwords for VPN IPSec site-to-site peers authentication psk PSK secret 'xxxxx==' authentication psk PSK secret-type <base64|plaintext> | |||
2024-11-21 | ipoe_server: T6872: Add the ability to configure LUA scripts and username | Nataliia Solomko | |
2024-11-21 | T6806: Rework QoS Policy for HFSC Shaper (#4181) | Roman Khramshin | |
- Removed default `m1` and `m2` values from interface definitions - Adjusted filter priorities for shapers - Fixed SFQ qdisc and HFSC class creation to fully support `m1`, `d`, and `m2` parameters - Added validation logic similar to VyOS 1.3 to improve error handling and user experience | |||
2024-11-20 | T6790: QoS: Improve CAKE Policy (#4173) | Roman Khramshin | |
- Fixed handling of flow isolation parameters. - Corrected support for `nat` and `nonat` in flow isolation. - Extended RTT values to cover the full range supported by `tc`. - Make migration script 2-to-3 qos | |||
2024-11-18 | T6884: enables 16000 mtu | Nicolas Vollmar | |
2024-11-18 | T6884: adds mtu option for container networks | Nicolas Vollmar | |
2024-11-12 | babel: T6866: IPv6 distribute-lists in access-list6 format have names not ↵ | Christian Breunig | |
numbers | |||
2024-11-12 | babel: T4977: use common include for IPv4/IPv6 route redistribution | Christian Breunig | |
2024-11-12 | babel: T4977: we do not have EIGRP support - remove redistribution option | Christian Breunig | |
2024-11-08 | Merge pull request #4179 from natali-rs1985/T3501-current | Daniil Baturin | |
T3501: Allow using more than one tuned profile | |||
2024-11-07 | T3501: Allow using more than one tuned profile | Nataliia Solomko | |
2024-10-24 | T6807: allow a trailing slash character in system login | Aslan Hajiyev | |
Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/` | |||
2024-10-21 | T6791: Extend fair-queue hash-interval | khramshinr | |
2024-10-17 | T973: add basic frr_exporter implementation (#4150) | Robert Göhler | |
2024-10-09 | haproxy: T6745: Rename `reverse-proxy` to `haproxy` | sarthurdev | |
2024-10-08 | Merge pull request #4128 from jestabro/commit-confirm-soft-rollback | John Estabrook | |
config-mgmt: T5976: add option for commit-confirm to use 'soft' rollback | |||
2024-10-07 | config-mgmt: T5976: move commit-confirm revert action to subnode | John Estabrook | |
2024-10-07 | xml: T6430: add re-usable vrf CLI node for firewall and pbr | Christian Breunig | |
2024-10-07 | pbr: T6430: Local IP rules routing into VRFs by name | Andrew Topp | |
* This is the `policy local-route*` part of T6430, manipulating ip rules, another PR covers firewall-backed `policy route*` for similar functionality * Local PBR (policy local-route*) can only target table IDs up to 200 and the previous PR to extend the range was rejected * PBR with this PR can now also target VRFs directly by name, working around targeting problems for VRF table IDs outside the overlapping 100-200 range * Validation ensures rules can't target both a table ID and a VRF name (internally they are handled the same) * Relocated TestPolicyRoute.verify_rules() into VyOSUnitTestSHIM.TestCase, extended to allow lookups in other address families (IPv6 in the new tests). verify_rules() is used by original pbr and new lpbr smoketests in this PR. | |||
2024-10-06 | T6759: add support for italian keymap | Christian Breunig | |
set system option keyboard-layout it | |||
2024-10-05 | config-mgmt: T5976: add option for commit-confirm to use 'soft' rollback | John Estabrook | |
Commit-confirm will restore a previous configuration if a confirmation is not received in N minutes. Traditionally, this was restored by a reboot into the last configuration on disk; add a configurable option to reload the last completed commit without a reboot. The default setting is to reboot. | |||
2024-10-04 | Merge pull request #4110 from jestabro/distinct-api | Christian Breunig | |
http-api: T6736: move REST API to a node distinct from GraphQL API | |||
2024-10-04 | Merge pull request #4048 from rebortg/node_exporter | Christian Breunig | |
T973: add basic node_exporter implementation | |||
2024-10-03 | T973: remove irrelevant standard values | rebortg | |
2024-10-03 | T6760: firewall: add packet modifications existing in policy route to ↵ | Nicolas Fort | |
regular firewall ruleset. | |||
2024-09-30 | Merge pull request #4112 from c-po/policy-T6751 | Daniil Baturin | |
policy: T6751: add missing completion helpers for community-list | |||
2024-09-30 | Merge pull request #4024 from nicolas-fort/T6687 | Daniil Baturin | |
T6687: add fqdn support to nat rules. | |||
2024-09-30 | policy: T6751: add missing completion helpers for community-list | Christian Breunig | |
Add all missing, well-known values for the community-list regex. | |||
2024-09-29 | http-api: T6736: add migration script and update version | John Estabrook | |
2024-09-29 | http-api: T6736: add distinct XML path for REST API | John Estabrook | |
2024-09-24 | Merge pull request #3966 from lucasec/t6630 | Daniil Baturin | |
T6630: ntp: support hardware timestamp offload and other mechanisms to improve accuracy | |||
2024-09-21 | T6630: ntp: move interface timestamping configuration under ptp node | Christian Breunig | |
2024-09-21 | T6630: ntp: rename ptp-transport to ptp and use defaultValue for port | Christian Breunig | |
2024-09-21 | T6630: ntp: add chrony "ntp over ptp" transport | Lucas Christian | |