Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-19 | Merge pull request #4061 from c-po/syslog-T5367 | Daniil Baturin | |
syslog: T5367: add format option to include timezone in message | |||
2024-09-18 | Merge pull request #4084 from nicolas-fort/T6723 | Christian Breunig | |
T6723: firewall: extend op-mode commands | |||
2024-09-18 | T6723: firewall: extend op-mode commands <show firewall ..> and a <show log ↵ | Nicolas Fort | |
firewall ..> in order to match all chains/priorities | |||
2024-09-17 | Merge pull request #4077 from dvlogic/dont_auto_enable_offload | Christian Breunig | |
T6716: don't automatically set ethernet offload | |||
2024-09-17 | T6716: don't automatically set ethernet offload | Dave Vogel | |
Remove the lines of code that checked if the kernel had offloading enabled and was then forcing the config to set it to "on." The behavior now mirrors the config and offloading will only be enabled if the config is explicitly set to enabled. Note: the code is still present to disable the offloading, in the config, if the kernel doesn't support it. Note(2): Allow the previous behavior where the offload settings get set, based on the Kernel, if the boot is a live boot. | |||
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 "install mok" CLI command | Christian Breunig | |
Deploy VyOS Secure Boot CA MOK (Machine Owner Key) into UEFI variables of the running machine. | |||
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-16 | Merge pull request #4069 from c-po/eapol-bond | Christian Breunig | |
bond: T6709: add EAPoL support | |||
2024-09-16 | Merge pull request #4071 from c-po/date-time-T6715 | Christian Breunig | |
op-mode: T6715: manually changing time/date is not synced into hardware clock | |||
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-15 | Merge pull request #4070 from c-po/smoketest-tpm | Christian Breunig | |
GitHub: T6494: add TPM tests to ISO integration workflow | |||
2024-09-15 | op-mode: T6715: manually changing time/date is not synced into hardware clock | Christian Breunig | |
When not using NTP and adjusting the current system time/date using set date the time is not saved across a reboot into the hardware RTC. This commit explicitly syncs the current time after a change into the systems RTC. Most routers do not run without NTP (which is even a VyOS default) so the priority is pretty low. | |||
2024-09-15 | GitHub: T6494: add TPM tests to ISO integration workflow | Christian Breunig | |
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-14 | T861: add dependency to enable UEFI secure boot support | Christian Breunig | |
2024-09-13 | T6674: Actions fix variable for trigger build reuse repo (#4067) | Viacheslav Hletenko | |
2024-09-13 | Merge pull request #4066 from sever-sever/T6674-trigger-fix | Daniil Baturin | |
T6674: Actions use pull_request_target to trigger build package | |||
2024-09-13 | T6674: Actions use pull_request_target to trigger build package | Viacheslav Hletenko | |
2024-09-13 | Merge pull request #4064 from sever-sever/T6674-trigger | Daniil Baturin | |
T6674: Rebuild package action use secrets inherit | |||
2024-09-13 | T6674: Rebuild package action use secrets inherit | Viacheslav Hletenko | |
2024-09-12 | syslog: T5367: add format option to include timezone in message | Christian Breunig | |
Add CLI option to include the systems timezone in the syslog message sent to a collector. This can be enabled using: set system syslog host <hostname> format include-timezone | |||
2024-09-12 | Merge pull request #4047 from natali-rs1985/T6676-current | Christian Breunig | |
policy: T6676: Invalid route-map caused bgpd to crash | |||
2024-09-12 | Merge pull request #4055 from natali-rs1985/T6694-add-execute-ssh | Christian Breunig | |
op-mode: T6694: Add op-mode command "execute ssh" | |||
2024-09-12 | Merge pull request #4046 from nvollmar/T6703 | Christian Breunig | |
T6703: Adds option to configure AMD pstate driver | |||
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 | Merge pull request #4054 from sever-sever/T6711 | Daniil Baturin | |
T6711: Fix restart vrrp missed comma between services | |||
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 | op-mode: T6694: Add op-mode command "execute ssh" | Nataliia Solomko | |
execute ssh host [host] user [username] | |||
2024-09-12 | T6674: Use reusable workflow for trigger package build (#4049) | Viacheslav Hletenko | |
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 | pppoe-server: T6685: Possibility of any services name or blank in pppoe | Nataliia Solomko | |
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-12 | Merge pull request #4032 from dvlogic/Allow_Container_DNS_Disable | Christian Breunig | |
T6701: Added ability to disable the container DNS plugin | |||
2024-09-11 | T6703: shorten help description | Nicolas Vollmar | |
2024-09-11 | policy: T6676: Invalid route-map caused bgpd to crash | Nataliia Solomko | |
2024-09-11 | Merge pull request #3896 from HollyGurza/T6294 | Daniil Baturin | |
T6294: Service dns forwarding add the ability to configure ZonetoCache | |||
2024-09-11 | T6703: fix unrelated lint issues | Nicolas Vollmar | |
2024-09-11 | T6703: Adds option to configure AMD pstate driver | Nicolas Vollmar | |
2024-09-11 | T6294: Service dns forwarding add the ability to configure ZonetoCache | khramshinr | |
2024-09-11 | Merge pull request #4023 from nvollmar/T6679 | Christian Breunig | |
T6679: add group option for nat66 | |||
2024-09-11 | Merge pull request #4028 from alainlamar/T6693 | Christian Breunig | |
T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints | |||
2024-09-11 | container: T6701: add support to disable container network DNS support | Dave Vogel | |
Add ability to set the container network with a disable-dns setting to disable the DNS plugin that is on be default. set container network <network> no-name-server | |||
2024-09-10 | Merge pull request #4038 from natali-rs1985/T6181-current | Daniil Baturin | |
op_mode: T6181: A feature for checking ports | |||
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 | T6678: ruff lint workflow added (#4033) | Vijayakumar A | |
2024-09-10 | op_mode: T6181: A feature for checking ports | Nataliia Solomko | |