Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2024-06-26 | T6510: remove shebang for "make test" testcases | Christian Breunig | |
Tests must run supervisioned by unittest framework and should not be executed manually | |||
2024-06-26 | smoketest: T6510: make test_configd_inspect.py a build time test | Christian Breunig | |
Rather then waiting for a fully assembled ISO image to validate if there is no incompatibility with vyos-configd - like more then one instance of Config(), make this a build time test case for "make test" | |||
2024-06-26 | interfaces: T6519: harden config migration if ethernet interface is missing | Christian Breunig | |
During a corner case where the configuration is migrated to a different system with fewer ethernet interfaces, migration will fail during an image upgrade. vyos.ethtool.Ethtool() is instantiated with an invalid interface leading to an exception that kills the migrator | |||
2024-06-24 | Merge pull request #3718 from dmbaturin/T6514-system-storage-raw | Daniil Baturin | |
op-mode: T6514: rework the "show system storage" code to handle live CD systems correctly | |||
2024-06-24 | Merge pull request #3588 from HollyGurza/T5735 | Christian Breunig | |
T5735: Stunnel CLI and configuration | |||
2024-06-24 | op-mode: T6514: rework the "show system storage" code | Daniil Baturin | |
to handle live CD systems correctly and allow reusing the functions from other scripts | |||
2024-06-24 | T5735: Stunnel CLI and configuration | khramshinr | |
Add CLI commands Add config Add conf_mode Add systemd config Add stunnel smoketests Add log level config | |||
2024-06-24 | Merge pull request #3701 from jestabro/configd-drop-env-sudo | Christian Breunig | |
configd: T6504: send sudo_user on session init and set env variable | |||
2024-06-24 | Merge pull request #3683 from dmbaturin/T6501-lsmod-on-steroids | John Estabrook | |
op mode: T6501: add "run show kernel modules" | |||
2024-06-22 | Merge pull request #3679 from natali-rs1985/T3202-current | Christian Breunig | |
T3202: Enable wireguard debug messages | |||
2024-06-21 | configd: T6504: send sudo_user on session init and set env variable | John Estabrook | |
The environment variable SUDO_USER is checked by system_login.py so as to prevent deleting the current user. Provide from config session and set within configd environment. | |||
2024-06-21 | Merge pull request #3684 from dmbaturin/T6498-uptime-helpers | John Estabrook | |
op mode: T6498: move uptime helpers to vyos.utils.system | |||
2024-06-21 | op mode: T6498: move uptime helpers to vyos.utils.system | Daniil Baturin | |
to be able to call them from the new tech-support script | |||
2024-06-21 | Merge pull request #3694 from c-po/T6489-snmpd | Christian Breunig | |
snmp: T6489: use new Python wrapper to interact with config filesystem | |||
2024-06-20 | Merge pull request #3654 from talmakion/bugfix/T5514 | John Estabrook | |
op-mode: T5514: Allow safe reboots to config defaults when config.boot is deleted | |||
2024-06-20 | snmp: T6489: use new Python wrapper to interact with config filesystem | Christian Breunig | |
Do no longer use my_set and my_delete as this prevents scripts beeing run under supervision of vyos-configd. | |||
2024-06-20 | T3202: add single variable for Kernel dynamic debug settings | Christian Breunig | |
2024-06-20 | T3202: Enable wireguard debug messages | Nataliia Solomko | |
2024-06-20 | Merge pull request #3677 from HollyGurza/T5949 | Christian Breunig | |
T5949: Add option to disable USB autosuspend | |||
2024-06-20 | Merge pull request #3682 from c-po/T6500-openconnect-multi-ca | Christian Breunig | |
openconnect: T6500: add support for multiple ca-certificates |