Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | T6587: Raise an error when trying to get information about network ↵ | khramshinr | |
interfaces that don't exist | |||
2024-07-22 | T6589: Return a dict when querying information about a single interface | khramshinr | |
2024-07-20 | utils: migrate to new get_vrf_tableid() helper | Christian Breunig | |
Commit 452068ce7 ("interfaces: T6592: moving an interface between VRF instances failed") introduced a new helper to retrieve the VRF table ID from the Kernel. This commit migrates the old code path where the individual fields got queried to the new helper vyos.utils.network.get_vrf_tableid(). | |||
2024-07-19 | Merge pull request #3828 from HollyGurza/T6578 | Christian Breunig | |
T6578: Fix unhandled exception in "show openconnect-server sessions" | |||
2024-07-18 | openvpn: T6591: deprecate OpenVPN server net30 topology (#3825) | Daniil Baturin | |
2024-07-18 | Merge pull request #3818 from dmbaturin/T6586-unconfigured-object | John Estabrook | |
op-mode: T6586: add a distinct exception for unconfigured objects (as opposed to entire subsystems) | |||
2024-07-18 | T6578: Fix unhandled exception in "show openconnect-server sessions" | khramshinr | |
2024-07-17 | Merge pull request #3817 from c-po/op-mode-restart | Christian Breunig | |
op-mode: T6577: create generic service restart helper to work with the API | |||
2024-07-17 | op-mode: T6586: add a distinct exception for unconfigured objects | Daniil Baturin | |
as opposed to entire subsystems | |||
2024-07-16 | op-mode: T6577: create generic service restart helper to work with the API | Christian Breunig | |
Right now we have multiple restart helpers (e.g. dhcp server, ssh, ntp) that all do the same (more or less): * Check if service is configured on CLI * Restart if configured * Error out if unconfigured This is not available via the op-mode API. Create a new restart.py op-mode helper that takes the service name and possible VRF as argument so it's also exposed via API. | |||
2024-07-14 | configdep: T6559: use single dependency list with reset under configd | John Estabrook | |
2024-07-14 | configdep: T6559: drop global redundancy removal to fix error reporting | John Estabrook | |
2024-07-08 | vxlan: T6505: Support VXLAN VLAN-VNI range mapping in CLI (#3756) | Nataliia S | |
2024-07-06 | Merge pull request #3791 from c-po/T6537-powerctrl | Christian Breunig | |
op-mode: T6537: remove unused cmd imported from vyos.utils.process | |||
2024-07-05 | op-mode: T6537: remove unused cmd imported from vyos.utils.process | Christian Breunig | |
Commit dc60fe99350 ("op-mode: T6537: include hostname in the reboot/shutdown warning message") added a more local import of vyos.utils.process.cmd() that made the fglobal import obsolete and trigger a linter warning. $ make unused-imports -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) | |||
2024-07-05 | wireless: T6496: support for EAP-MSCHAPv2 client over wifi | Christopher | |
fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: incorrect bssid mapping fix: use the correct jinja templating (I think) fix: “remote blank space fix: attempt to fix the formatting in j2 fix: attempt to fix the formatting in j2 feat: rename enterprise username and password + add checks in conf mode. fix: move around `bssid` config option on `wpa_supplicant.conf.j2` and fix the security config part fix: fix indentation on `wpa_supplicant.conf.j2` | |||
2024-07-04 | Merge pull request #3778 from Giggum/vyos_t6371 | Christian Breunig | |
op-mode: T6371: fix output of NAT rules with single port range | |||
2024-07-04 | Merge pull request #3776 from zdc/T6544-current | Christian Breunig | |
vyos_net_name: T6544: Updated the `vyos_net_name` script | |||
2024-07-03 | op-mode: T6371: fix output of NAT rules with single port range | Giggum | |
2024-07-03 | vyos_net_name: T6544: Updated the `vyos_net_name` script | zsdc | |
Improvements in the `vyos_net_name`: - Used a new locking system, to be sure that multiple running scripts will not try to perform operations at the same time. - Replace logging from a file to syslog. This is common with all the rest logs, and additionally gives a better view of actions done during a boot. - Small bug fix in `get_configfile_interfaces()`: exit with an error in case a config file cannot be parsed. This resolves potentially an unbound `config` object. - Minor formatting fixes to follow our requirements. | |||
2024-07-03 | op-mode: T6537: include hostname in the reboot/shutdown warning message | Daniil Baturin | |
2024-07-03 | Merge pull request #3749 from nicolas-fort/T6536-wildcard | Christian Breunig | |
T6536: nat: add migration script that replaces wildcard charater | |||
2024-07-03 | T6536: change wildcard character from + to * - extend fix to interfaces ↵ | Nicolas Fort | |
defined in zone policy. | |||
2024-07-03 | T6536: nat: add migration script that replaces wildcard charater supported ↵ | Nicolas Fort | |
in 1.3 <+> with character supported in latest version <*> | |||
2024-07-03 | Merge pull request #3746 from ↵ | Daniil Baturin | |
dmbaturin/T6498-machine-readable-tech-support-report op-mode: T6498: add machine-readable tech support report script | |||
2024-07-03 | op-mode: T6498: add machine-readable tech support report script | Daniil Baturin | |
2024-07-02 | Merge pull request #3745 from c-po/no-legacy | Daniil Baturin | |
T6527: add legacy Vyatta interpreter files still in use | |||
2024-07-02 | T6523: Telegraf use nft scripts only if the firewall configured | Viacheslav Hletenko | |
If a firewall is not configured there is no reason to get and execute telegraf firewall custom scripts as there are no nft chain in the firewall nftables configuration | |||
2024-06-30 | T6527: add legacy Vyatta interpreter files still in use | Christian Breunig | |
2024-06-29 | T6534: fix incorrect imports in vyos-config-encrypt.py | Bonus | |
2024-06-29 | Merge pull request #3733 from c-po/T6524-release-dhcp | Christian Breunig | |
op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode format | |||
2024-06-28 | T6452: Add QoS Op Commands (#3591) | l0crian1 | |
* T6452: Add QoS Op Commands Added the following commands: show qos shaping show qos shaping detail show qos shaping interface <int name> show qos shaping interface <int name> detail show qos shaping interface <int name> class <class name> show qos shaping interface <int name> class <class name> detail show qos cake interface <int name> | |||
2024-06-28 | Merge pull request #3720 from sever-sever/T6477 | Christian Breunig | |
T6477: Add telegraf loki output plugin | |||
2024-06-28 | T6477: Add telegraf loki output plugin | Viacheslav Hletenko | |
Add Loki plugin to telegraf set service monitoring telegraf loki url xxx | |||
2024-06-28 | Merge pull request #3524 from alainlamar/T6320 | Christian Breunig | |
wireless: T6320: Add 802.11ax at 6GHz to VyOS | |||
2024-06-28 | Fixes error generated when op cmd interrupted, updates show system calls to ↵ | Ginko | |
new cli syntax (#3731) | |||
2024-06-28 | T6488: firewall: extend op-mode command to show global state-policy counters ↵ | Nicolás Fort | |
(#3681) * T6488: firewall: extend op-mode command to show global state-policy counters. | |||
2024-06-27 | op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode format | Christian Breunig | |
2024-06-27 | T6497: CGNAT refactoring delete conntrack entries (#3699) | Viacheslav Hletenko | |
2024-06-27 | wireless: T6320: add 802.11ax at 6GHz | Alain Lamar | |
Authored-By: Alain Lamar <alain_lamar@yahoo.de> | |||
2024-06-27 | Merge pull request #3715 from HollyGurza/T6313 | Christian Breunig | |
T6313: Add "NAT" to "generate" command for rule resequence | |||
2024-06-27 | Merge pull request #3692 from jestabro/revise-migration | Christian Breunig | |
T6007: revise migration system | |||
2024-06-27 | T6313: Add "NAT" to "generate" command for rule resequence | khramshinr | |
2024-06-27 | smoketest: T6510: remove build time test to check for /dev/input/event0 | Christian Breunig | |
The container used for the Jenkins package builds does not provide a /dev/input/event0 file, thus the build time test fails. Remove the test case as it's not mandatory. | |||
2024-06-26 | migration: T6007: update run-config-migration script | John Estabrook | |
2024-06-26 | migration: T6007: add util add_system_version to replace *_system_footer | John Estabrook | |
2024-06-26 | migration: T6007: update vyos_net_name | John Estabrook | |
2024-06-26 | migration: T6007: update vyos-merge-config.py | John Estabrook | |
2024-06-26 | migration: T6007: update vyos-load-config.py | John Estabrook | |
2024-06-26 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |