Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | interfaces: T4866: add interfaces.py to op-mode-standardized list | John Estabrook | |
2022-12-21 | interfaces: T4866: call interfaces.py in op-mode-definitions | John Estabrook | |
2022-12-21 | interfaces: T4866: add standardized op-mode interfaces.py | John Estabrook | |
2022-12-20 | smoketest: radvd: T4809: add test case for RA source address | Christian Poessinger | |
2022-12-20 | op-mode: radvd: T4809: add CLI commands for log display | Christian Poessinger | |
- show log router-advert - monitor log router-advert | |||
2022-12-20 | radvd: T4809: fix AdvRASrcAddress missing semicolon | Christian Poessinger | |
Commit 13071a4a ("T4809: radvd: Allow the use of AdvRASrcAddress") added a new feature to set the RA source-address. Unfortunately it missed a semicolon. | |||
2022-12-19 | graphql: T4887: interpret all boolean options as nullable | John Estabrook | |
2022-12-19 | Merge pull request #1718 from nicolas-fort/T4886_conn_mark | Christian Poessinger | |
T4886: Firewall and route policy: Add connection-mark feature to vyos. | |||
2022-12-19 | Merge pull request #1719 from sever-sever/T4879 | Christian Poessinger | |
T4879: IPsec migration script remote-id for peer name eq address | |||
2022-12-19 | T4879: IPsec migration script remote-id for peer name eq address | Viacheslav Hletenko | |
Migration for "remote-id" where peer is IPv4 or IPv6 address was missed It was only migration if peer starts with "@" It cause that you must manualy set 'remote-id' to get it working correctly replace 'vpn ipsec site-to-site peer 192.0.2.2' => 'vpn ipsec site-to-site peer peer_192-0-2-2 authentication remote-id 192.0.2.2' | |||
2022-12-19 | dhcp: T4832: fix TypeError in smoketest | Christian Poessinger | |
Commit cca7ec3e ("T4832: dhcp: Add IPv6-only dhcp option support (RFC 8925)") extended the smoketests but used int over str when calilng the CLI wrapper. This led to: TypeError: sequence item 7: expected str instance, int found | |||
2022-12-19 | T4886: Firewall and route policy: Add connection-mark feature to vyos. | Nicolas Fort | |
2022-12-17 | sstp: T4384: disable compression and creacke exclusive lock file | Christian Poessinger | |
2022-12-17 | sstp: T4384: remote server is mandatory in client mode | Christian Poessinger | |
2022-12-17 | Merge pull request #1669 from vfreex/dhcp-v6-only-option-1.4 | Christian Poessinger | |
T4832: dhcp: Add IPv6-only dhcp option support (RFC 8925) | |||
2022-12-17 | Merge pull request #1715 from c-po/current | Christian Poessinger | |
op-mode: T707: remove dedicated calls to sudo in vpn_ipsec | |||
2022-12-17 | op-mode: T707: remove dedicated calls to sudo in vpn_ipsec | Christian Poessinger | |
As the script itself (vpn_ipsec.py) is already invoked using sudo, there is no further need to also call sudo inside the script again. | |||
2022-12-17 | Merge pull request #1714 from c-po/current | Christian Poessinger | |
op-mode: T707: explicitly use sudo when working with RAID devices | |||
2022-12-17 | op-mode: T707: explicitly use sudo when working with RAID devices | Christian Poessinger | |
2022-12-17 | Merge pull request #1713 from c-po/current | Christian Poessinger | |
op-mode: T4767: drop sudo calls when working with QAT/acceleration subsystem | |||
2022-12-17 | op-mode: T4767: drop sudo calls when working with QAT/acceleration subsystem | Christian Poessinger | |
As the API daemon has the proper permissions and also the CLI op-mode calls the script already with "sudo", there is no need to call "sudo" inside this script, again. | |||
2022-12-17 | GitHub: use private access token for review assignment | Christian Poessinger | |
2022-12-17 | GitHub: update access token | Christian Poessinger | |
Required to solve Use of team reviewers results in: "Could not resolve to a node with the global id of..." error as mentioned by: https://github.com/shufo/auto-assign-reviewer-by-files | |||
2022-12-17 | GitHub: fix team reviewer assignment | Christian Poessinger | |
Unfortunately we always used the wrong syntax. According to https://github.com/shufo/auto-assign-reviewer-by-files we should use: ` - team: baz` | |||
2022-12-17 | bonding: T4878: use more is_node_changed() over leaf_node_changed() | Christian Poessinger | |
The implementation of is_node_changed() is less error prone and should always be favoured. | |||
2022-12-17 | Merge pull request #1626 from nicolas-fort/fwall_group_interface | Christian Poessinger | |
T4780: Firewall: add firewall groups in firewall. Extend matching cri… | |||
2022-12-17 | Merge pull request #1599 from goodNETnick/goodnetnick-loginotpgenerator-T4751 | Christian Poessinger | |
login: T4751: 2FA OTP key generator in VyOS CLI | |||
2022-12-17 | Merge pull request #1711 from roedie/T4884 | Christian Poessinger | |
T4884: snmpd: add community6 fallback | |||
2022-12-17 | Merge pull request #1709 from initramfs/current-T4882 | Christian Poessinger | |
firewall: T4882: add missing ICMPv6 type names | |||
2022-12-17 | webproxy: T3810: multiple squidGuard fixes | aapostoliuk | |
1. Added in script update webproxy blacklists generation of all DBs 2. Fixed: if the blacklist category does not have generated db, the template generates an empty dest category in squidGuard.conf and a Warning message. 3. Added template generation for local's categories in the rule section. 4. Changed syntax in the generation dest section for blacklist's categories 4. Fixed generation dest local sections in squidGuard.conf 5. Fixed bug in syntax. The word 'allow' changed to the word 'any' in acl squidGuard.conf | |||
2022-12-17 | Merge pull request #1712 from roedie/T4809-2 | Christian Poessinger | |
T4809: radvd: Allow the use of AdvRASrcAddress | |||
2022-12-17 | Merge pull request #1358 from sever-sever/T1237 | Christian Poessinger | |
routing: T1237: Add new feature failover route | |||
2022-12-16 | T4809: radvd: Allow the use of AdvRASrcAddress | Sander Klein | |
This add the AdvRASrcAddress configuration option to configure a source address for the router advertisements. The source address still must be configured on the system. This is useful for VRRP setups where you want fe80::1 on the VRRP interface for cleaner VRRP failovers. | |||
2022-12-16 | T4884: snmpd: add community6 fallback | Sander Klein | |
If no client and network is defined only a `community` config is created. This also adds the `community6` part | |||
2022-12-15 | Merge pull request #1708 from zdc/T4878-sagitta | Viacheslav Hletenko | |
bonding: T4878: Fixed unnecessary bonding flapping during commit | |||
2022-12-15 | firewall: T4882: add missing ICMPv6 type names | initramfs | |
2022-12-15 | bonding: T4878: Fixed unnecessary bonding flapping during commit | zsdc | |
There was a mistake in a config level that caused triggering the `shutdown_required` flag, even if there were no new interfaces added to a bonding. This commit sets the proper config level to avoid the problem. | |||
2022-12-14 | routing: T1237: Add new feature failover route | Viacheslav Hletenko | |
Failover route allows to install static routes to the kernel routing table only if required target or gateway is alive When target or gateway doesn't respond for ICMP/ARP checks this route deleted from the routing table Routes are marked as protocol 'failover' (rt_protos) cat /etc/iproute2/rt_protos.d/failover.conf 111 failover ip route add 203.0.113.1 metric 2 via 192.0.2.1 dev eth0 proto failover $ sudo ip route show proto failover 203.0.113.1 via 192.0.2.1 dev eth0 metric 1 So we can safely flush such routes | |||
2022-12-14 | Merge pull request #1707 from jestabro/op-mode-openconnect | Viacheslav Hletenko | |
ocserv: T4881: return vyos.opmode.Errors on failure | |||
2022-12-14 | ocserv: T4881: return vyos.opmode.Errors on failure | John Estabrook | |
2022-12-14 | Merge pull request #1706 from jestabro/validator-file-exists | John Estabrook | |
validators: T4798: replace python file-exists validator with file-path | |||
2022-12-14 | Merge pull request #1705 from jestabro/validator-interface-name | John Estabrook | |
validators: T4875: use file-path to replace validator 'interface-name' | |||
2022-12-14 | validators: T4875: use file-path to replace validator 'interface-name' | John Estabrook | |
2022-12-13 | validators: T4798: replace python file-exists validator with file-path | John Estabrook | |
2022-12-12 | Merge pull request #1699 from jestabro/op-mode-openvpn | John Estabrook | |
openvpn: T4770: rewrite op-mode show/reset to use vyos.opmode | |||
2022-12-12 | openvpn: T4770: add openvpn.py to op-mode-standardized.json | John Estabrook | |
2022-12-12 | openvpn: T4770: update op-mode definition openvpn.xml.in for show/reset | John Estabrook | |
2022-12-12 | openvpn: T4770: add reset function to openvpn.py | John Estabrook | |
2022-12-12 | opmode: T4770: add CommitInProgess error | John Estabrook | |
2022-12-12 | openvpn: T4770: add openvpn.py with standardized show command | John Estabrook | |