summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
16 hourswireless: T6496: use mac-address validator on BSSID and move it up one CLI levelmergify/bp/circinus/pr-3711Christian Breunig
(cherry picked from commit 0c9499c5b3f7cc053c1f29ecf28d679c1a3156e2)
16 hourswireless: T6496: use ascii regex for WPA passphrase constraintChristian Breunig
(cherry picked from commit 5a6ac65fe0684fc5298de3daa8582294ac387b46)
16 hourswireless: T6496: support for EAP-MSCHAPv2 client over wifiChristopher
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` (cherry picked from commit fc4263021acb72d2d8afb165922d9cb7e11b2bf1)
36 hoursMerge pull request #4082 from vyos/mergify/bp/circinus/pr-3823Daniil Baturin
OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers (backport #3823)
36 hoursMerge pull request #4081 from vyos/mergify/bp/circinus/pr-3930Daniil Baturin
T6486: use data-ciphers instead of ncp-ciphers in "run generate openvpn client-config" (backport #3930)
37 hoursOpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphersmergify/bp/circinus/pr-3823srividya0208
(cherry picked from commit b62b2f5f8a9c4f0a7dc26bce1f15843651119256)
37 hoursT6486: generate OpenVPN use data-ciphers instead of ncp-ciphers (#3930)mergify/bp/circinus/pr-3930Viacheslav Hletenko
In the PR https://github.com/vyos/vyos-1x/pull/3823 the ncp-ciphers were replaced with `data-ciphers` fix template for "generate openvpn client-config" (cherry picked from commit ffbc04c591b534188cb08bf3991fadac4aa386a8)
40 hoursMerge pull request #4080 from vyos/mergify/bp/circinus/pr-3753Christian Breunig
T6539: add logging options to load-balancer reverse-proxy (backport #3753)
40 hoursT6539: add logging options to load-balancer reverse-proxymergify/bp/circinus/pr-3753Jonathan Voss
(cherry picked from commit dd5908eac390294ea178953fc0e6821d803d62f6)
44 hoursT6716: don't automatically set ethernet offload (#4078)mergify[bot]
Remove the lines of code that checked if the kernel had offloading enabled and was then forcing the config to set it to "on." The behavior now mirrors the config and offloading will only be enabled if the config is explicitly set to enabled. Note: the code is still present to disable the offloading, in the config, if the kernel doesn't support it. Note(2): Allow the previous behavior where the offload settings get set, based on the Kernel, if the boot is a live boot. (cherry picked from commit b6c2a7476bbd20bebc3e901cc55c17965ebfc423) Co-authored-by: Dave Vogel <dvogel@greylogic.com>
2 daysbond: T6709: add EAPoL support (backport #4069) (#4076)mergify[bot]
* ethernet: T6709: move EAPoL support to common framework Instead of having EAPoL (Extensible Authentication Protocol over Local Area Network) support only available for ethernet interfaces, move this to common ground at vyos.ifconfig.interface making it available for all sorts of interfaces by simply including the XML portion #include <include/interface/eapol.xml.i> (cherry picked from commit 0ee8d5e35044e7480dac6a23e92d43744b8c5d36) * bond: T6709: add EAPoL support (cherry picked from commit 8eeb1bdcdfc104ffa77531f270a38cda2aee7f82) --------- Co-authored-by: Christian Breunig <christian@breunig.cc>
3 daysMerge pull request #4075 from vyos/mergify/bp/circinus/pr-4071Daniil Baturin
op-mode: T6715: manually changing time/date is not synced into hardware clock (backport #4071)
4 daysop-mode: T6715: manually changing time/date is not synced into hardware clockmergify/bp/circinus/pr-4071Christian Breunig
When not using NTP and adjusting the current system time/date using set date the time is not saved across a reboot into the hardware RTC. This commit explicitly syncs the current time after a change into the systems RTC. Most routers do not run without NTP (which is even a VyOS default) so the priority is pretty low. (cherry picked from commit 835126e249c1a8b7ae87ac169a8eb9d2df979249)
4 daysMerge pull request #4072 from vyos/mergify/bp/circinus/pr-4057Christian Breunig
op-mode: T6682: Fix for show vpn ike sa peer that always shows all SAs (backport #4057)
4 daysop-mode: T6682: Fix for show vpn ike sa peer always shows all SAsmergify/bp/circinus/pr-4057Nataliia Solomko
(cherry picked from commit 8c6a57124af37ba410dd01797e9242b3a79f171a)
5 daysMerge pull request #4058 from vyos/mergify/bp/circinus/pr-4046Christian Breunig
T6703: Adds option to configure AMD pstate driver (backport #4046)
6 daysMerge pull request #4068 from vyos/mergify/bp/circinus/pr-4067Vijayakumar A
T6674: Actions fix variable for trigger build reuse repo (backport #4067)
6 daysT6674: Actions fix variable for trigger build reuse repo (#4067)mergify/bp/circinus/pr-4067Viacheslav Hletenko
(cherry picked from commit 5df36ba0e3c95efb2962ed54e614552f7425e173)
6 daysMerge pull request #4056 from vyos/mergify/bp/circinus/pr-4054Daniil Baturin
T6711: Fix restart vrrp missed comma between services (backport #4054)
6 daysMerge pull request #4059 from vyos/mergify/bp/circinus/pr-4047Daniil Baturin
policy: T6676: Invalid route-map caused bgpd to crash (backport #4047)
7 dayspolicy: T6676: Invalid route-map caused bgpd to crashmergify/bp/circinus/pr-4047Nataliia Solomko
(cherry picked from commit 595f35bbdda732883ce0b8b0721061bb3a40a715)
7 daysT6703: shorten help descriptionmergify/bp/circinus/pr-4046Nicolas Vollmar
(cherry picked from commit 9fcf711e669f00df8313887a801130f4bb3826df)
7 daysT6703: fix unrelated lint issuesNicolas Vollmar
(cherry picked from commit f00d43381516326061db5287d841ad52e79d6271)
7 daysT6703: Adds option to configure AMD pstate driverNicolas Vollmar
(cherry picked from commit 333672bee041f0f2b8e1b698a8eb2108694ad812)
7 daysMerge pull request #4050 from jestabro/revise-migration-circinusDaniil Baturin
T6007: revise migration system
7 daysT6711: Fix restart vrrp missed comma between servicesmergify/bp/circinus/pr-4054Viacheslav Hletenko
Missing comma in the list between services 'ssh', 'suricata' 'vrrp', 'webproxy' Fix it (cherry picked from commit a3ddd2cb8994deefd378951806b5dc35067d06a7)
7 daysMerge pull request #4053 from vyos/mergify/bp/circinus/pr-4032Daniil Baturin
T6701: Added ability to disable the container DNS plugin (backport #4032)
8 dayscontainer: T6701: add support to disable container network DNS supportmergify/bp/circinus/pr-4032Dave Vogel
Add ability to set the container network with a disable-dns setting to disable the DNS plugin that is on be default. set container network <network> no-name-server (cherry picked from commit 1d5625d572cc25a9d53247b7c41177f17845b052)
8 dayswireless: T6318: add quotes for console speed in config-tests (#4051)mergify[bot]
(cherry picked from commit 23fc0a7a4dee19d71a3ac055c0391a4bbbffee4d) Co-authored-by: Christian Breunig <christian@breunig.cc>
8 daysmigration: T6007: add missing check for None in utility functionJohn Estabrook
An empty component version string will trigger a full migration, however, the case of component_version is None was missed in a utility function. Fix comment formatting. (cherry picked from commit bd42f131ea2ceec2c591303ea69b7d3a36e41a7c)
8 daysmigration: T6007: fix cosmetic issue of extra newlineJohn Estabrook
(cherry picked from commit 5502a75b1747caf94e2b69982c89088281c8ca1f)
8 daysmigration: T6007: drop restrictive perms, already set on config.bootJohn Estabrook
(cherry picked from commit 8b4c2fcba2fe49af8c8ee87d3bb1f7b5803a08ea)
8 daysmigration: T6007: remove obsoletedJohn Estabrook
(cherry picked from commit ed0cb7ffc2c627b9de96d64b45c7978c3bce7ed3)
8 daysmigration: T6007: update run-config-migration scriptJohn Estabrook
(cherry picked from commit 08d4fcbc6243022cda0e889d99817d8e4e0ead78)
8 daysmigration: T6007: add util add_system_version to replace *_system_footerJohn Estabrook
(cherry picked from commit 51865448599ec40283fffe4dc15729f88f389886)
8 daysmigration: T6007: update load_config.pyJohn Estabrook
(cherry picked from commit 403f1d2f2159f5436bb7c71a3694647a870357b7)
8 daysmigration: T6007: update vyos_net_nameJohn Estabrook
(cherry picked from commit cd347713196cc8b48ea394365501e54a04d5e6e4)
8 daysmigration: T6007: update vyos-merge-config.pyJohn Estabrook
(cherry picked from commit f67753bf10ac217040aa7d86117fb44c7b743327)
8 daysmigration: T6007: update vyos-load-config.pyJohn Estabrook
(cherry picked from commit 271fcff986c11e3300f3abd66c603a125abd8dd1)
8 daysmigration: T6007: write configtree operations to logJohn Estabrook
(cherry picked from commit 9388f62783849854fb9ca9852b5dc285932cf562)
8 daysmigration: T6007: convert all migration scripts to load as moduleJohn Estabrook
(cherry picked from commit 26740a8d583f64dc0a27b59dd4ae303056972c0b)
8 daysmigration: T6007: update migration classJohn Estabrook
(cherry picked from commit ea714891a0d6c02610e479a66f4d85dd7fee2dda)
8 daysmigration: T6007: add version object for config file and systemJohn Estabrook
(cherry picked from commit 601e07c34205fb379d729c4faf654f95add90471)
8 daysmigration: T6007: add exception in base for use by migration filesJohn Estabrook
(cherry picked from commit 83ca4a5a6ed042ee10881a861ba022e3b88b6de2)
8 daysmigration: T6007: use load_as_module_source for files without extensionJohn Estabrook
(cherry picked from commit 8a57e7b14c818c93655819757d99b69747c9b2ca)
8 daysmigration: T6447: fix missing check before reset to checkpointJohn Estabrook
(cherry picked from commit 734db72b916192a3988f3b1e9f4bcc3be159cfe5)
8 daysmigration: T6447: add traceback on errorJohn Estabrook
(cherry picked from commit 1c59315e9d14a4160b6e744ded08312aa8c70d11)
8 daysvyos.utils.dict: T5195: fix syntax warningJohn Estabrook
(cherry picked from commit 23356ee435344d8e9272f3a8a2273e00e7fca3ad)
9 daysT6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints (#4045)mergify[bot]
(cherry picked from commit 194a14e958ad336d590ba8f076e163f6908dcddc) Co-authored-by: Alain Lamar <alain_lamar@yahoo.de>
9 daysMerge pull request #4043 from vyos/mergify/bp/circinus/pr-4038Christian Breunig
op_mode: T6181: A feature for checking ports (backport #4038)