Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Merge pull request #4038 from natali-rs1985/T6181-current | Daniil Baturin | |
op_mode: T6181: A feature for checking ports | |||
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-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 | |||
2024-08-25 | T6671: add smoketest for dependency deferred to priority | John Estabrook | |
2024-08-25 | configdep: T6671: run dependency only if not scheduled by priority | John Estabrook | |
2024-08-25 | configd: T6671: track scripts proposed and scripts called | John Estabrook | |
2024-08-25 | configdiff: T5666: provide list of scripts scheduled for proposed commit | John Estabrook | |
2024-08-25 | xml: T5666: add with_tag keyword arg to owner | John Estabrook | |
2024-08-24 | dhclient: T6667: Added workaround for communication with FRR | zsdc | |
To increase the chance for dhclient to configure routes in FRR, added a workaround. Now 10 attempts are performed with 1 second delay and only after this dhclient gives up. | |||
2024-08-22 | T6561: Add vrf aware for show ntp | Viacheslav Hletenko | |
2024-08-22 | Merge pull request #4001 from fett0/T6668 | Christian Breunig | |
op_mode: T6668: Add detailed statistics infomartion about MACsec | |||
2024-08-22 | Merge pull request #4000 from sever-sever/T6672 | Christian Breunig | |
T6672: Fix system option ssh-client source-interface | |||
2024-08-21 | op_mode: T6668: Add detailed statistics infomartion about MACsec interfaces | fett0 | |
2024-08-21 | T6672: Fix system option ssh-client source-interface | Viacheslav Hletenko | |
Fix for system option ssh-client source-interface For the `verify_source_interface` the key `ifname` if required | |||
2024-08-20 | Merge pull request #3975 from lucasec/t6183 | Christian Breunig | |
T6183: interfaces openvpn: suppport specifying IP protocol version | |||
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 | Merge pull request #3997 from natali-rs1985/T3961-current | Christian Breunig | |
op_mode: T3961: Generate PKI expect 2 character country code | |||
2024-08-18 | op_mode: T3961: Generate PKI expect 2 character country code | Nataliia Solomko | |
2024-08-18 | xml: T6650: fix unused ArgumentTypeError imported from argparse | Christian Breunig | |
2024-08-16 | T6659: suricata: use unique cluster_id per interface (#3992) | Lucas Christian | |
2024-08-16 | Merge pull request #3987 from natali-rs1985/T6649-current | Daniil Baturin | |
ipoe_server: T6649: Accel-ppp separate vlan-mon from listen interfaces | |||
2024-08-16 | Merge pull request #3989 from jestabro/write_file-err | Christian Breunig | |
utils: T6658: fix write_file check in case of empty directory path | |||
2024-08-16 | Merge pull request #3988 from nicolas-fort/T5794 | Christian Breunig | |
T5794: firewall: change firewall priority in oder to be loaded after all interfaces | |||
2024-08-15 | utils: T6658: fix write_file check in case of empty directory path | John Estabrook | |
2024-08-15 | T5794: change firewall priority in oder to be loaded after all interfaces. | nicolas | |
2024-08-15 | T6649: Accel-ppp separate vlan-mon from listen interfaces | Nataliia Solomko | |
2024-08-15 | Merge pull request #3982 from nicolas-fort/T6636 | Christian Breunig | |
T6636: firewall: fix firewall template in order print logs for default-action | |||
2024-08-14 | Merge pull request #3980 from natali-rs1985/T6651-current | Christian Breunig | |
op_mode: T6651: Add a top level op mode word "execute" | |||
2024-08-14 | Merge pull request #3981 from nicolas-fort/T6646 | Daniil Baturin | |
T6646: conntrack: in ignore rules, if protocols=all, do not append it to the rule | |||
2024-08-14 | Merge pull request #3971 from jestabro/op-mode-cache | Daniil Baturin | |
xml: T6650: add initial op-mode cache support |