Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-15 | GitHub: T6494: add TPM tests to ISO integration workflow | 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 | 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 | 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 | |
2024-09-10 | T6698: firewall: add matcher for vlan type. (#4027) | Nicolás Fort | |
2024-09-09 | Merge pull request #4034 from c-po/podman-api | Christian Breunig | |
container: T6702: re-add missing UNIX API socket | |||
2024-09-08 | Merge pull request #4030 from sever-sever/T6674 | Christian Breunig | |
T6674: workflow: Add trigger to rebuild repo package | |||
2024-09-07 | T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints | Alain Lamar | |
2024-09-06 | container: T6702: re-add missing UNIX API socket | Christian Breunig | |
During podman upgrade and a build from the original source the UNIX socket definition for systemd got lost in translation. This commit re-adds the UNIX socket which is started on boot to interact with Podman. Example: curl --unix-socket /run/podman/podman.sock -H 'content-type: application/json' \ -sf http://localhost/containers/json | |||
2024-09-06 | T6674: workflow: Add trigger to rebuild repo package | Viacheslav Hletenko | |
2024-09-05 | opmode: T6694: move wake-on-lan to "execute wake-on-lan" (#4031) | Daniil Baturin | |
2024-09-05 | Merge pull request #4029 from c-po/openvpn-dco | Daniil Baturin | |
T4974: add proper dependency on openvpn-dco | |||
2024-09-05 | T4974: add proper dependency on openvpn-dco | Christian Breunig | |
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-09-02 | T6679: add destination groups | Nicolas Vollmar | |
2024-09-02 | Merge pull request #4018 from nicolas-fort/T6647 | Daniil Baturin | |
T6647: firewall. Introduce patch for accepting invalid ARP and DHCP | |||
2024-09-02 | Merge pull request #4022 from rgwan/current | Christian Breunig | |
T6681: Add option for SLAAC to support suppress Interval Advertisement in RA Packets | |||
2024-09-01 | smoketest: T6681: radvd: verify new "no-send-interval" CLI option | Christian Breunig | |
2024-08-28 | T6647: firewall. Introduce patch for accepting ARP and DHCP replies on ↵ | Nicolas Fort | |
stateful bridge firewall. This patch is needed because ARP and DHCP are marked as invalid connections. Also, add ehternet-type matcher in bridge firewall. | |||
2024-08-27 | T6681: Add option for SLAAC to support suppress Interval Advertisement in RAs | Hikari Kongou | |
2024-08-27 | Merge pull request #4019 from kumvijaya/current | Vijayakumar A | |
T6678: added darker ruff linting workflow | |||
2024-08-26 | T6678: added darker ruff linting workflow | Vijayakumar A | |
2024-08-26 | Merge pull request #4015 from jestabro/configdep-prio | Christian Breunig | |
T6671: defer config dependency if scheduled in priority queue |