Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-26 | T6150: Fixed setting a static IP address by Radius in IPoE | aapostoliuk | |
Fixed setting a static IP address by Radius in IPoE Allowing using named pools by default Allowed adding 'gateway-address' without named pool. | |||
2024-03-14 | Merge pull request #3121 from natali-rs1985/T2998-equuleus | Daniil Baturin | |
snmp: T2998: SNMP v3 oid "exclude" option fix | |||
2024-03-14 | Merge pull request #3111 from nicolas-fort/T6110 | Daniil Baturin | |
T6110: dhcp: add error check when fail-over is enabled on a subnet, but range is not defined. | |||
2024-03-14 | snmp: T2998: updated snmp.py | Nataliia Solomko | |
2024-03-14 | Merge pull request #3130 from natali-rs1985/T5504-equuleus | Daniil Baturin | |
vrrp: T5504: Keepalived VRRP ability to set more than one peer-address | |||
2024-03-13 | vrrp: T5504: Keepalived VRRP ability to set more than one peer-address | Nataliia Solomko | |
2024-03-12 | T6110: dhcp: add error check when fail-over is enabled on a subnet, but ↵ | Nicolas Fort | |
range is not defined. | |||
2024-03-11 | snmp: T2998: SNMP v3 oid "exclude" option fix | Nataliia Solomko | |
2024-03-07 | Merge pull request #3104 from natali-rs1985/T6057-equuleus | Daniil Baturin | |
conntrack-sync: T6057: Add ability to disable syslog for conntrackd | |||
2024-03-07 | conntrack-sync: T6057: Add ability to disable syslog for conntrackd | Nataliia Solomko | |
2024-02-16 | Merge pull request #3018 from aapostoliuk/T5418-equuleus | Daniil Baturin | |
T5418: PPPoE allowed creating subnet started from any IP | |||
2024-02-16 | T5418: PPPoE allowed creating subnet started from any IP | aapostoliuk | |
Added the possibility of creating subnet in PPPoE client's IP pools started from any IP. | |||
2024-02-14 | Merge pull request #3010 from c-po/t3992-equuleus | Christian Breunig | |
configverify: T3992: fix KeyError in verify_address() | |||
2024-02-14 | Merge pull request #3006 from vyos/mergify/bp/equuleus/pr-2983 | Daniil Baturin | |
rpki: T6004: add missing startup priority (backport #2983) | |||
2024-02-13 | configverify: T3992: fix KeyError in verify_address() | Christian Breunig | |
Reproducible by: set interfaces bridge br0 member interface eth1.10 set interfaces ethernet eth1 vif 10 address 100.64.0.1/24 File "/usr/lib/python3/dist-packages/vyos/configverify.py", line 314, in verify_vlan_config verify_address(vlan) File "/usr/lib/python3/dist-packages/vyos/configverify.py", line 206, in verify_address interface = config['ifname'] KeyError: 'ifname' | |||
2024-02-13 | Merge pull request #3007 from c-po/rpki-fixes | Christian Breunig | |
utils: T5239: add low-level read from config.boot (RPKI fixes) | |||
2024-02-13 | utils: T5239: add low-level read from config.boot | Christian Breunig | |
2024-02-13 | rpki: T6004: add missing startup priority | Christian Breunig | |
(cherry picked from commit 4c2acb970c62478cf1139fcf66b0de341d46f7fc) | |||
2024-02-10 | Merge pull request #2981 from c-po/equuleus | Daniil Baturin | |
xml: T302: replace references to Quagga with FRRouting | |||
2024-02-10 | xml: T302: replace references to Quagga with FRRouting | Christian Breunig | |
2024-02-07 | Merge pull request #2949 from sever-sever/T55861.3.6 | Daniil Baturin | |
T5586: delete old systemd unit keepalived service | |||
2024-02-07 | T5586: Improve systemd keepalived override file | Viacheslav Hletenko | |
2024-02-07 | T5586: delete old systemd unit keepalived service | Viacheslav Hletenko | |
The custom systemd unit is not required as we generate 10-override which was implemented in https://github.com/vyos/vyos-1x/pull/2310/commits/5a6938a2e14373dfaa72211fe18deeb257d3ba12 | |||
2024-02-01 | Merge pull request #2920 from c-po/bfd-equuleus-T5967 | Daniil Baturin | |
bfd: T5967: add minimum-ttl option | |||
2024-02-01 | bfd: T5967: add minimum-ttl option | Christian Breunig | |
* set protocols bfd peer <x.x.x.x> minimum-ttl <1-254> (partially cherry-picked from 1f07dcbddfcfdbb9079936ec479c5633934dd547) | |||
2024-02-01 | GitHub: update PR request laballer to v5.0.0 tag | Christian Breunig | |
(cherry picked from commit 32183aa0f0f9c51126d21693db0eafa256419b31) | |||
2024-01-21 | Merge pull request #2868 from vyos/mergify/bp/equuleus/pr-2850 | Christian Breunig | |
ethernet: T4638: deleting parent interface does not delete underlying VIFs (backport #2850) | |||
2024-01-21 | ethernet: T4638: deleting parent interface does not delete underlying VIFs | Christian Breunig | |
(cherry picked from commit 7ba47f027f3a9441125c13a927eb23cee2de041b) | |||
2024-01-13 | Merge pull request #2816 from c-po/equuleus-migration-T5924 | Christian Breunig | |
wireguard: T5924: harden migration script logic 22-to-23 | |||
2024-01-12 | GitHub: add pull request labaler | Christian Breunig | |
2024-01-12 | wireguard: T5924: harden migration script logic 22-to-23 | Christian Breunig | |
The original commit 2c1c36135 ("wireguard: T5413: Blocked adding the peer with the router's public key") did not honor the fact that there might be no private-key CLI node defined for a WireGuard interface. If this is the case, private-key defaults to "default". This fact needs to be handled in the migration script. | |||
2024-01-10 | Merge pull request #2779 from vyos/mergify/bp/equuleus/pr-1508 | Daniil Baturin | |
console: T4646: Fixed USB console issues (backport #1508) | |||
2024-01-09 | console: T4646: Fixed USB console issues | zsdc | |
* fixed the `systemctl restart` command that used a value from config instead converted to `ttyUSBX` * moved systemd units from `/etc/` to `/run/` (cherry picked from commit ad1236e8d72ff29e0e2215df175b6f032fba75eb) | |||
2024-01-09 | Merge pull request #2776 from nicolas-fort/T1297 | Daniil Baturin | |
T1297: vrrp: backport VRRP GARP options to Equuleus | |||
2024-01-09 | T1297: vrrp: backport VRRP GARP options to Equuleus | Nicolas Fort | |
2023-12-29 | Merge pull request #2706 from vyos/mergify/bp/equuleus/pr-2703 | Christian Breunig | |
ddclient: T5852: add missing priority (backport #2703) | |||
2023-12-28 | ddclient: T5852: add missing priority | Christian Breunig | |
Running ddclient on a VLAN interface will fail during reboot as there is no discrete priority to tell that the dynamic DNS service needs to be started after the interfaces. (cherry picked from commit ef237a7555843226e9bf48e552ed5feb5df581f4) | |||
2023-12-16 | Merge pull request #2572 from fett0/T5796 | Christian Breunig | |
T5796:backport-add/fixed OCSERV HTTP security headers | |||
2023-12-15 | T5796:add command http-security-headers | fett0 | |
2023-12-12 | Merge pull request #2619 from sever-sever/T5817 | Daniil Baturin | |
T5817: Fix for show openvpn server | |||
2023-12-12 | T5817: Fix for show openvpn server | Viacheslav Hletenko | |
In some cases we can get error: ``` Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 173, in <module> data = get_status(args.mode, intf) File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 130, in get_status client["tunnel"] = get_vpn_tunnel_address(client['remote'], interface) File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 66, in get_vpn_tunnel_address tunnel_ip = lst[0].split(',')[0] IndexError: list index out of range ``` | |||
2023-12-09 | Merge pull request #2540 from aapostoliuk/T5413-equuleus | Daniil Baturin | |
wireguard: T5413: Blocked adding the peer with the router's public key | |||
2023-12-04 | T5796:add/fixed OCSERV HTTP security headers | fett0 | |
2023-12-04 | Merge pull request #2570 from dmbaturin/https-api-keys-fix1.3.5 | Daniil Baturin | |
https: T5772: Move API key check to http-api.py | |||
2023-12-04 | https: T5772: return from verify if None | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2023-12-04 | https: T5772: require that at least one valid API key is present | Daniil Baturin | |
2023-12-04 | Revert "https api: T5772: check if keys are configured" | Daniil Baturin | |
This reverts commit 57ba2fa91573ad2ecd03f0c2eb89507dfc397f1e. | |||
2023-12-02 | Merge pull request #2442 from srividya0208/T5714 | Daniil Baturin | |
T5714: op-cmd: Fix for "show log vpn ipsec/all" | |||
2023-11-30 | Merge pull request #2553 from dmbaturin/T5772 | Daniil Baturin | |
https: T5772: remove the default API key | |||
2023-11-30 | https: T5772: remove the default API key | Daniil Baturin | |
The new verification code prevents it from being used, but it's not a reason to keep it |