Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-15 | Merge pull request #4193 from HollyGurza/T6878 | Daniil Baturin | |
conntrack: T6878: stop the conntrack logger daemon correctly | |||
2024-11-15 | T6878: Stop conntrack logging service | khramshinr | |
2024-11-13 | Merge pull request #4187 from c-po/babel-tests | Daniil Baturin | |
babel: T6866: IPv6 distribute-lists in access-list6 format have names not numbers | |||
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-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-12 | T6861: op-mode: add 0 into errno expect list (#4189) | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2024-11-11 | Merge pull request #4186 from tjjh89017/T6861 | Daniil Baturin | |
T6861: op-mode: ignore error code 255 if this UEFI doesn't support secure boot | |||
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 | T6861: op-mode: ignore error code 255 if this UEFI doesn't support secure boot | Date Huang | |
`mokutil --sb-state` will output "This system doesn't support Secure Boot" to stderr. and return error code 255 if the UEFI system doesn't support secure boot. Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
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-08 | dhcp_server: T6031: DHCP Option Failures - windows-static-route (#4183) | Nataliia S. | |
In "option-def" parameter "record-types" field is an array of uint8 in format "<netmask>, <network-byte1>, <network-byte2>, <network-byte3>, <router-byte1>, <router-byte2>, <router-byte3>" where <network-byte3> with the value 0 is omitted, so the minimal length of array is 7 (e.g. for routing 10.1.0.0/16 via 10.1.6.4 "record-types": "16,10,1,10,1,6,4") | |||
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 | Merge pull request #4151 from natali-rs1985/T6695 | Daniil Baturin | |
T6695: Machine-readable operational mode support for traceroute | |||
2024-11-07 | T3501: Allow using more than one tuned profile | Nataliia Solomko | |
2024-11-06 | Merge pull request #4184 from natali-rs1985/T6852 | Christian Breunig | |
dhcp_server: T6852: Add op mode command "show dhcpv6 server statistics" | |||
2024-11-05 | T6764: Fix unhandled exception on ethtool output parsing for Xen NICs (#4182) | Viacheslav Hletenko | |
Not all NICs could provide ring-buffers info requested by ethtool in JSON format For example 'vif' Xen/XCP-NG interfaces Fix it | |||
2024-11-05 | dhcp_server: T6852: Add op mode command "show dhcpv6 server statistics" | Nataliia Solomko | |
2024-11-01 | Merge pull request #4171 from aslanvyos/patch-1 | Daniil Baturin | |
system_login: T6807: allow a trailing slash character in system login | |||
2024-10-28 | Merge pull request #4172 from natali-rs1985/T6808-current | John Estabrook | |
op_mode: T6808: Console server op mode commands throw errors when console server is not configured | |||
2024-10-28 | Merge pull request #4178 from vyos/T6712-motd-80-25-terminal | John Estabrook | |
login: T6712: honor 80x25 terminal size for nonproduction banner message | |||
2024-10-27 | login: T6712: honor 80x25 terminal size for nonproduction banner messageT6712-motd-80-25-terminal | Christian Breunig | |
2024-10-25 | T6812: Fix smoketest iproute2 check (#4174) | Viacheslav Hletenko | |
In the new iproute2 package the link to `ip` was changed $ file /usr/sbin/ip /usr/sbin/ip: symbolic link to ../bin/ip Fix smoketest | |||
2024-10-24 | op_mode: T6808: Console server op mode commands throw errors when console ↵ | Nataliia Solomko | |
server is not configured | |||
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-24 | Merge pull request #4155 from HollyGurza/T4583 | Christian Breunig | |
T4583: Rewrite VRRP op-mode to vyos.opmode format | |||
2024-10-21 | Merge pull request #4167 from HollyGurza/T6791 | Daniil Baturin | |
T6791: Extend fair-queue hash-interval | |||
2024-10-21 | T6791: Extend fair-queue hash-interval | khramshinr | |
2024-10-21 | Merge branch 'current' into T6695 | Nataliia S. | |
2024-10-19 | T6784: enabled repo-sync wokrflow only for current and equuleus (#4163) | Vijayakumar A | |
2024-10-19 | Merge pull request #4165 from natali-rs1985/T4914-current | Christian Breunig | |
pki: T4914: Rewrite the PKI op mode in the new style | |||
2024-10-18 | pki: T4914: reformat file by linter rules | Nataliia Solomko | |
2024-10-18 | pki: T4914: Rewrite the PKI op mode in the new style | Nataliia Solomko | |
2024-10-17 | T4583: Rewrite VRRP op-mode to vyos.opmode format | khramshinr | |
reformat file by linter rules | |||
2024-10-17 | T4583: Rewrite VRRP op-mode to vyos.opmode format | khramshinr | |
2024-10-17 | T973: add basic frr_exporter implementation (#4150) | Robert Göhler | |
2024-10-11 | T6695: normalize formatting | Nataliia Solomko | |
2024-10-11 | T6695: Machine-readable operational mode support for traceroute | Nataliia Solomko | |
2024-10-11 | T6712: Add nonproduction banner (#4149) | mergify[bot] | |
(cherry picked from commit 3abe7c72c95c3d9b825db08b092c555786e9fbcf) Co-authored-by: Viacheslav Hletenko <v.gletenko@vyos.io> | |||
2024-10-10 | Merge pull request #4146 from sarthurdev/pki_ec | Daniil Baturin | |
pki: T6766: Add support for ECDSA private keys | |||
2024-10-10 | Merge pull request #4147 from sarthurdev/haproxy | Daniil Baturin | |
haproxy: T6745: Rename reverse-proxy to haproxy | |||
2024-10-09 | haproxy: T6745: Add haproxy migration to config test | sarthurdev | |
2024-10-09 | haproxy: T6745: Rename `reverse-proxy` to `haproxy` | sarthurdev | |
2024-10-09 | pki: T6766: Add support for ECDSA private keys | 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-08 | config-mgmt: T5976: display message when reverting to previous config | John Estabrook | |
2024-10-07 | Merge pull request #4138 from natali-rs1985/T4318-current | John Estabrook | |
vyos.configtree: T4318: Allow set tag flag to true or false |