Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-26 | Merge pull request #4198 from sever-sever/T264 | Christian Breunig | |
T264: IPsec add base64 encoded secret-type feature | |||
2024-11-25 | Merge pull request #4203 from sarthurdev/T6692 | Simon | |
dhcp: T6692: Fix range options not present when `exclude` is used | |||
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-21 | dhcp: T6692: Fix range options not present when `exclude` is used | sarthurdev | |
Add smoketest to verify range options are present with `exclude` | |||
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 | 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-21 | T6796: QoS: match filter by interface(iif) (#4188) | Roman Khramshin | |
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: adds mtu option for container networks | Nicolas Vollmar | |
2024-11-14 | T6801: QoS: Policy rate-control is broken by default | khramshinr | |
- Fixed unhandled exception for policy rate-control without params | |||
2024-11-12 | babel: T6866: IPv6 distribute-lists in access-list6 format have names not ↵ | Christian Breunig | |
numbers | |||
2024-11-12 | babel: T4977: add missing smoketests | Christian Breunig | |
2024-11-08 | Merge pull request #4185 from c-po/syslog-fixup | Daniil Baturin | |
syslog: T6858: bugfix remote syslog using TCP | |||
2024-11-08 | Merge pull request #4179 from natali-rs1985/T3501-current | Daniil Baturin | |
T3501: Allow using more than one tuned profile | |||
2024-11-08 | T6802: Fix QoS Policy Round-Robin with Default Configuration (#4177) | Roman Khramshin | |
- Resolved unhandled exception occurring with default round-robin policy config. - Added default filter to ensure proper round-robin policy. | |||
2024-11-07 | syslog: T6858: bugfix remote syslog using TCP | Christian Breunig | |
Commit 042be39cc ("syslog: T5367: add format option to include timezone in message") added an invalid, outer if-statement when rendering the rsyslog configuration option for TCP. Remote hosts only got added when the format option "octet-counting" was defined in addition to the TCP protocol. This has been fix and now TCP transport is decoupled from octet-counting mode. | |||
2024-11-07 | smoketest: T6719: use read_file() over 'sudo cat FILENAME' | Christian Breunig | |
2024-11-07 | T3501: Allow using more than one tuned profile | Nataliia Solomko | |
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-07 | Merge pull request #4129 from c-po/accel-smoketest | Christian Breunig | |
smoketest: T4576: add guard timeout for systemd in log level tests | |||
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 | smoketest: T4576: add guard timeout for systemd in log level tests | Christian Breunig | |
Systemd comes with a default of 5 restarts in 10 seconds policy, this limit can be hit by this reastart sequence, slow down a bit. | |||
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 #4121 from natali-rs1985/T6101-current | Christian Breunig | |
ipsec: T6101: Add validation for proposal option used in IKE group | |||
2024-10-04 | Merge pull request #4048 from rebortg/node_exporter | Christian Breunig | |
T973: add basic node_exporter implementation | |||
2024-10-04 | Merge pull request #4123 from nicolas-fort/fwall_set_commands | Daniil Baturin | |
T6760: firewall: add packet modifications existing in policy route to regular firewall ruleset. | |||
2024-10-03 | T973: remove irrelevant standard values | rebortg | |
2024-10-03 | T6761: Add timeout for OSPF smoketest fail | Viacheslav Hletenko | |
From time to time the smoektest script checks frrconfig to early. I.e. FRR does not fully load the config during checking or the OSPF daemon is not started at the time of checking. | |||
2024-10-03 | T6760: firewall: add packet modifications existing in policy route to ↵ | Nicolas Fort | |
regular firewall ruleset. | |||
2024-10-02 | ipsec: T6101: Add validation for proposal option used in IKE group | Nataliia Solomko | |
2024-09-30 | http-api: T6736: normalize formatting | John Estabrook | |
2024-09-30 | Merge pull request #4024 from nicolas-fort/T6687 | Daniil Baturin | |
T6687: add fqdn support to nat rules. | |||
2024-09-29 | http-api: T6736: update smoketest for syntax change | John Estabrook | |
2024-09-24 | syslog: T6719: fix the behavior of "syslog global preserve-fqdn" | Nicolas Vollmar | |
2024-09-24 | Merge pull request #4086 from natali-rs1985/T6675-current | Christian Breunig | |
bridge: T6675: VXLAN Interface configuration lost due to improper bridge detachment | |||
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 | |
2024-09-21 | T6630: ntp: add hardware timestamp offload | Lucas Christian | |
2024-09-21 | T6630: ntp: add "interleave" option | Lucas Christian | |
2024-09-20 | bridge: T6675: VXLAN Interface configuration lost due to improper bridge ↵ | Nataliia Solomko | |
detachment | |||
2024-09-18 | T973: add basic node_exporter implementation | rebortg | |
2024-09-16 | T6687: add fqdn support to nat rules. | Nicolas Fort | |
2024-09-15 | bond: T6709: add EAPoL support | Christian Breunig | |
2024-09-14 | ethernet: T6709: move EAPoL support to common framework | Christian Breunig | |
Instead of having EAPoL (Extensible Authentication Protocol over Local Area Network) support only available for ethernet interfaces, move this to common ground at vyos.ifconfig.interface making it available for all sorts of interfaces by simply including the XML portion #include <include/interface/eapol.xml.i> | |||
2024-09-12 | Merge pull request #4021 from natali-rs1985/T6652-current | Daniil Baturin | |
openfabric: T6652: Add support for OpenFabric protocol | |||
2024-09-12 | Merge pull request #4041 from natali-rs1985/T6685-current | Daniil Baturin | |
pppoe-server: T6685: Add options to accept any and blank service names | |||
2024-09-12 | pppoe-server: T6685: Possibility of any services name or blank in pppoe | Nataliia Solomko | |