Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | wlb: T4470: Support WLB op-mode commands | sarthurdev | |
2025-02-03 | installer: T7102: download upgrade images to a random path in the root ↵ | Daniil Baturin | |
filesystem | |||
2025-01-30 | installer: T7036: handle missing flavor and architecture data gracefully | Daniil Baturin | |
2025-01-28 | installer: T7034: fail the upgrade if image flavors do not match (#4297) | Daniil Baturin | |
2025-01-26 | T6998: Remove vestigial helper and reformat | Indrajit Raychaudhuri | |
2025-01-26 | T6998: dhcpy.py - fix datetime to be timezone aware | metron2 | |
2025-01-24 | Merge pull request #4200 from sskaje/T4930-1 | Daniil Baturin | |
T4930: Allow WireGuard peers via DNS hostname | |||
2025-01-19 | wireguard: T4930: allow peers via FQDN | sskaje | |
* set interfaces wireguard wgXX peer YY hostname <fqdn> | |||
2025-01-16 | ruff: T6583: Reformat to comply with code style | Indrajit Raychaudhuri | |
2025-01-16 | dhcp: T7052: Rename and simplify functions for consistency | Indrajit Raychaudhuri | |
2025-01-16 | dhcp: T7052: Refactor kea dhcp op-mode functions to vyos.kea | Indrajit Raychaudhuri | |
Relocate the kea dhcp op-mode functions to kea helper functions in vyos.kea. This allows the functions to be reused by other scripts, not just op-mode wrappers. This moves the source of truth for the op-mode commands to the actual running kea instance, rather than VyOS config path. Also, apply some minor code cleanup and make some of the mappings consistent across the functions. | |||
2025-01-13 | Merge pull request #4301 from sarthurdev/T7041 | Christian Breunig | |
kea: T7041: Check lease hostname string is not empty | |||
2025-01-12 | kea: T7041: Check lease hostname string is not empty | sarthurdev | |
2025-01-09 | nhrp: T2326: NHRP migration to FRR | aapostoliuk | |
NHRP migration to FRR | |||
2025-01-07 | T6998: dhcp: fix depracted utcfromtimestamp usage | Erkki Eilonen | |
Deprecated as per https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp Fixes: TypeError: can't subtract offset-naive and offset-aware datetimes Co-authored-by: Erkki Eilonen <erkki@bearmetal.eu> | |||
2025-01-06 | T6841: firewall: Fixed issues in ZBF when using VRFs | aapostoliuk | |
Improve config parsing for ZBF when using VRFs and interfaces attached to VRFs | |||
2024-12-29 | op_mode: T6956: Fix for "generate tech-support archive" if /config contains ↵ | Nataliia Solomko | |
directories | |||
2024-12-23 | op-mode: T5992: fix Kea DHCP server lease output | Nicolas Vandamme | |
2024-12-18 | Merge pull request #4233 from HollyGurza/T6934 | Christian Breunig | |
T6934: Add preshared key for zabbix-agent monitoring service | |||
2024-12-16 | T6934: Add preshared key for zabbix-agent monitoring service | khramshinr | |
- Allow configure preshared key for zabbix-agent - Added op mode command for generatre random psk secret - Removed duplicate xml definition for psk settings Configure authentication mode: ``` # set service monitoring zabbix-agent authentication mode Possible completions: pre-shared-secret Use a pre-shared secret key ``` Configure PSK Settings: ``` # set service monitoring zabbix-agent authentication psk Possible completions: id ID for authentication secret pre-shared secret key ``` Generate Random PSK: ``` $ generate psk random Possible completions: <Enter> Execute the current command size Key size in bytes ``` | |||
2024-12-11 | op_mode: T6767: Check latest image version in VRF context for "add system ↵ | Nataliia Solomko | |
image latest vrf <name>" | |||
2024-11-27 | op_mode: T6770: Fix op command "show bridge vni" | Nataliia Solomko | |
2024-11-20 | op-mode: T6900: remove uninformative 'show configuration files' | John Estabrook | |
The legacy node and behavior under 'show configuration files' is not useful as is; remove node and drop script to allow for a useful repurpose in the future. | |||
2024-11-07 | Merge pull request #4151 from natali-rs1985/T6695 | Daniil Baturin | |
T6695: Machine-readable operational mode support for traceroute | |||
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 branch 'current' into T6695 | Nataliia S. | |
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 | |
2024-10-11 | T6695: normalize formatting | Nataliia Solomko | |
2024-10-11 | T6695: Machine-readable operational mode support for traceroute | Nataliia Solomko | |
2024-10-09 | haproxy: T6745: Rename `reverse-proxy` to `haproxy` | sarthurdev | |
2024-10-06 | pki: T6481: auto import ACME certificate chain into CLI | Christian Breunig | |
When using an ACME based certificate with VyOS we provide the necessary PEM files opaque in the background when using the internal tools. This however will not properly work with the CA chain portion, as the system is based on the "pki certificate <name> acme" CLI node of a certificate but CA chains reside under "pki ca". This adds support for importing the PEM data of a CA chain issued via ACME into the "pki ca AUTOCHAIN_<name> certificate" subsystem so it can be queried by other daemons. Importing the chain only happens, when the chain was not already added manually by the user. ACME certificate chains that are automatically added to the CLI are all prefixed using AUTOCHAIN_certname so they can be consumed by any daemon. This also adds a safeguard when the intermediate CA changes, the referenced name on the CLI stays consitent for any pending daemon updates. | |||
2024-10-05 | op-mode: T6753: Fix json output for mtr / monitor traceroute (#4122) | Nataliia S. | |
2024-09-20 | op-mode: T4833: Include wireguard peer name in interface summary report | Nataliia Solomko | |
2024-09-16 | Merge pull request #4020 from c-po/secure-boot | Christian Breunig | |
T861: op-mode: initial parts for UEFI secure boot CLI | |||
2024-09-16 | T861: op-mode: add "show secure-boot [keys]" CLI command | Christian Breunig | |
Support getting current system secure boot state. In addition add optional suppor tto list all enrolled MOK (Machine Owner Keys) in the UEFI variable store. | |||
2024-09-16 | T861: op-mode: "show version" will display secure boot state | Christian Breunig | |
vyos@vyos:~$ show ver ... Architecture: x86_64 Boot via: installed image System type: KVM guest Secure Boot: enabled ... | |||
2024-09-15 | Merge pull request #4057 from natali-rs1985/T6682-current | Daniil Baturin | |
op-mode: T6682: Fix for show vpn ike sa peer that always shows all SAs | |||
2024-09-12 | Merge pull request #4021 from natali-rs1985/T6652-current | Daniil Baturin | |
openfabric: T6652: Add support for OpenFabric protocol | |||
2024-09-12 | op-mode: T6682: Fix for show vpn ike sa peer always shows all SAs | Nataliia Solomko | |
2024-09-12 | T6711: Fix restart vrrp missed comma between services | Viacheslav Hletenko | |
Missing comma in the list between services 'ssh', 'suricata' 'vrrp', 'webproxy' Fix it | |||
2024-09-12 | Merge pull request #4042 from natali-rs1985/T6694-current | Christian Breunig | |
op-mode: T6694: Move some op-mode commands to the "execute" family | |||
2024-09-10 | op-mode: T6694: Move some op-mode commands in the "execute" family | Nataliia Solomko | |
'force netns' — move to 'execute shell netns'. 'force vrf'— move to 'execute shell vrf'. 'force owping' — move to 'execute owping'. 'force twping' — move to 'execute twping'. 'monitor bandwidth-test' — move to 'execute bandwidth-test`. 'telnet' — move to 'execute telnet' | |||
2024-09-10 | op_mode: T6181: A feature for checking ports | Nataliia Solomko | |
2024-09-04 | openfabric: T6652: Add support for OpenFabric protocol | Nataliia Solomko | |
OpenFabric is a routing protocol providing link-state routing with efficient flooding for topologies like spine-leaf networks. FRR implements OpenFabric in a daemon called fabricd | |||
2024-08-22 | T6561: Add vrf aware for show ntp | Viacheslav Hletenko | |
2024-08-20 | Merge pull request #3977 from natali-rs1985/T5743-current | Christian Breunig | |
T5743: HTTPS API ability to import PKI certificates | |||
2024-08-18 | op_mode: T3961: Generate PKI expect 2 character country code | Nataliia Solomko | |
2024-08-13 | T5743: HTTPS API ability to import PKI certificates | Nataliia Solomko | |