summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-11migration: T6007: update load_config.pyJohn Estabrook
(cherry picked from commit 403f1d2f2159f5436bb7c71a3694647a870357b7)
2024-09-11migration: T6007: update vyos_net_nameJohn Estabrook
(cherry picked from commit cd347713196cc8b48ea394365501e54a04d5e6e4)
2024-09-11migration: T6007: update vyos-merge-config.pyJohn Estabrook
(cherry picked from commit f67753bf10ac217040aa7d86117fb44c7b743327)
2024-09-11migration: T6007: update vyos-load-config.pyJohn Estabrook
(cherry picked from commit 271fcff986c11e3300f3abd66c603a125abd8dd1)
2024-09-11migration: T6007: write configtree operations to logJohn Estabrook
(cherry picked from commit 9388f62783849854fb9ca9852b5dc285932cf562)
2024-09-11migration: T6007: convert all migration scripts to load as moduleJohn Estabrook
(cherry picked from commit 26740a8d583f64dc0a27b59dd4ae303056972c0b)
2024-09-11migration: T6007: update migration classJohn Estabrook
(cherry picked from commit ea714891a0d6c02610e479a66f4d85dd7fee2dda)
2024-09-11migration: T6007: add version object for config file and systemJohn Estabrook
(cherry picked from commit 601e07c34205fb379d729c4faf654f95add90471)
2024-09-11migration: T6007: add exception in base for use by migration filesJohn Estabrook
(cherry picked from commit 83ca4a5a6ed042ee10881a861ba022e3b88b6de2)
2024-09-11migration: T6007: use load_as_module_source for files without extensionJohn Estabrook
(cherry picked from commit 8a57e7b14c818c93655819757d99b69747c9b2ca)
2024-09-11migration: T6447: fix missing check before reset to checkpointJohn Estabrook
(cherry picked from commit 734db72b916192a3988f3b1e9f4bcc3be159cfe5)
2024-09-11migration: T6447: add traceback on errorJohn Estabrook
(cherry picked from commit 1c59315e9d14a4160b6e744ded08312aa8c70d11)
2024-09-11vyos.utils.dict: T5195: fix syntax warningJohn Estabrook
(cherry picked from commit 23356ee435344d8e9272f3a8a2273e00e7fca3ad)
2024-09-11T6693: 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>
2024-09-11Merge pull request #4043 from vyos/mergify/bp/circinus/pr-4038Christian Breunig
op_mode: T6181: A feature for checking ports (backport #4038)
2024-09-10op_mode: T6181: A feature for checking portsNataliia Solomko
(cherry picked from commit 7d20a52e02bec76474ca060fcb1eaeca52c52001)
2024-09-09Merge pull request #4036 from vyos/T6674-circ-triggerChristian Breunig
T6674: workflow: Add trigger to rebuild repo package
2024-09-09Merge pull request #4040 from vyos/mergify/bp/circinus/pr-4034Christian Breunig
container: T6702: re-add missing UNIX API socket (backport #4034)
2024-09-09container: T6702: re-add missing UNIX API socketChristian Breunig
During podman upgrade and a build from the original source the UNIX socket definition for systemd got lost in translation. This commit re-adds the UNIX socket which is started on boot to interact with Podman. Example: curl --unix-socket /run/podman/podman.sock -H 'content-type: application/json' \ -sf http://localhost/containers/json (cherry picked from commit f67e217f2716937115a3bdf6d316b172bbec75e5)
2024-09-09T6674: workflow: Add trigger to rebuild repo packageViacheslav Hletenko
(cherry picked from commit f1fd13941ed3c7c6f1504957066d0d8780709cc2)
2024-09-02Merge pull request #4026 from vyos/mergify/bp/circinus/pr-4022Christian Breunig
T6681: Add option for SLAAC to support suppress Interval Advertisement in RA Packets (backport #4022)
2024-09-02smoketest: T6681: radvd: verify new "no-send-interval" CLI optionChristian Breunig
(cherry picked from commit 07dee6164533d5f06d5768b597b6962b6af3b76e)
2024-09-02T6681: Add option for SLAAC to support suppress Interval Advertisement in RAsHikari Kongou
(cherry picked from commit eec95109981140f1b4323bcf4526c10c6364d9ae)
2024-08-26Merge pull request #4016 from vyos/mergify/bp/circinus/pr-4015Daniil Baturin
T6671: defer config dependency if scheduled in priority queue (backport #4015)
2024-08-26T6671: add smoketest for dependency deferred to priorityJohn Estabrook
(cherry picked from commit 9ff620c50625c81733020f399c7f5a14e07c4d09)
2024-08-26configdep: T6671: run dependency only if not scheduled by priorityJohn Estabrook
(cherry picked from commit 4f0e0265d87b01aafde39f2682d2d5099ac4e942)
2024-08-26configd: T6671: track scripts proposed and scripts calledJohn Estabrook
(cherry picked from commit d4b6bed84e5ac4214f2eae0e6ee7c1f4e0852222)
2024-08-26configdiff: T5666: provide list of scripts scheduled for proposed commitJohn Estabrook
(cherry picked from commit 5819fd88e7948572a65b62885ddcba8ebbb7371c)
2024-08-26xml: T5666: add with_tag keyword arg to ownerJohn Estabrook
(cherry picked from commit 57a0333c423f74ef733619f57dbfc608e513aa56)
2024-08-24Merge pull request #4011 from vyos/mergify/bp/circinus/pr-3945Christian Breunig
sysctl: T3204: restore sysctl settings overwritten by tuned (backport #3945)
2024-08-24sysctl: T3204: restore sysctl setttings overwritten by tunedChristian Breunig
(cherry picked from commit 8500e8658ff10f52739143fd7814cf60c9195f16)
2024-08-24Merge pull request #4005 from vyos/mergify/bp/circinus/pr-4000Daniil Baturin
T6672: Fix system option ssh-client source-interface (backport #4000)
2024-08-23Merge pull request #4012 from vyos/mergify/bp/circinus/pr-3656Christian Breunig
wireless: T6318: move country-code to a system wide configuration (backport #3656)
2024-08-23wireless: T6318: move country-code to a system wide configurationChristian Breunig
Wireless devices are subject to regulations issued by authorities. For any given AP or router, there will most likely be no case where one wireless NIC is located in one country and another wireless NIC in the same device is located in another country, resulting in different regulatory domains to apply to the same box. Currently, wireless regulatory domains in VyOS need to be configured per-NIC: set interfaces wireless wlan0 country-code us This leads to several side-effects: * When operating multiple WiFi NICs, they all can have different regulatory domains configured which might offend legislation. * Some NICs need additional entries to /etc/modprobe.d/cfg80211.conf to apply regulatory domain settings, such as: "options cfg80211 ieee80211_regdom=US" This is true for the Compex WLE600VX. This setting cannot be done per-interface. Migrate the first found wireless module country-code from the wireless interface CLI to: "system wireless country-code" (cherry picked from commit 9e22ab6b2aee48029d3455f65880e45c558cf1da)
2024-08-23T6561: Add vrf aware for show ntp (#4009)mergify[bot]
(cherry picked from commit 5f780ebb7f1799eb9a93218bb83561db509c7e56) Co-authored-by: Viacheslav Hletenko <v.gletenko@vyos.io>
2024-08-23Merge pull request #4007 from vyos/mergify/bp/circinus/pr-4001Christian Breunig
op_mode: T6668: Add detailed statistics infomartion about MACsec (backport #4001)
2024-08-22op_mode: T6668: Add detailed statistics infomartion about MACsec interfacesfett0
(cherry picked from commit b7e7619636c372e642240c3e42f10c9813f2f587)
2024-08-22T6672: Fix system option ssh-client source-interfaceViacheslav Hletenko
Fix for system option ssh-client source-interface For the `verify_source_interface` the key `ifname` if required (cherry picked from commit f453b33a6056de8fc5145ca9e680361fbce68348) # Conflicts: # smoketest/scripts/cli/test_system_option.py
2024-08-18Merge pull request #3999 from vyos/mergify/bp/circinus/pr-3997Christian Breunig
op_mode: T3961: Generate PKI expect 2 character country code (backport #3997)
2024-08-18GitHub: T6572: renormalize trigger-pr.yml fileChristian Breunig
2024-08-18op_mode: T3961: Generate PKI expect 2 character country codeNataliia Solomko
(cherry picked from commit 71d6d0fe31db13f4ddf5c75209b9bba88a1e0a32)
2024-08-17Merge pull request #3991 from vyos/mergify/bp/circinus/pr-3988Christian Breunig
T5794: firewall: change firewall priority in oder to be loaded after all interfaces (backport #3988)
2024-08-17Merge pull request #3995 from vyos/mergify/bp/circinus/pr-3987Christian Breunig
ipoe_server: T6649: Accel-ppp separate vlan-mon from listen interfaces (backport #3987)
2024-08-16utils: T6658: fix write_file check in case of empty directory path (#3993)mergify[bot]
(cherry picked from commit 58125b64c6678ea581998c9f83a19fae0cdbda12) Co-authored-by: John Estabrook <jestabro@vyos.io>
2024-08-16T6649: Accel-ppp separate vlan-mon from listen interfacesNataliia Solomko
(cherry picked from commit 663e468de2b431f771534b4e3a2d00a5924b98fe)
2024-08-16T5794: change firewall priority in oder to be loaded after all interfaces.nicolas
(cherry picked from commit b3ae35987a860a5d2cf64dfbc156a7ee7cc799a2)
2024-08-15Merge pull request #3985 from vyos/mergify/bp/circinus/pr-3980Daniil Baturin
op_mode: T6651: Add a top level op mode word "execute" (backport #3980)
2024-08-15op_mode: T6651: Add a top level op mode word "execute"Nataliia Solomko
(cherry picked from commit 69ab44309d56d73d92c2f8a7b0b4ca3016e61ff6)
2024-08-14Merge pull request #3983 from vyos/mergify/bp/circinus/pr-3981Christian Breunig
T6646: conntrack: in ignore rules, if protocols=all, do not append it to the rule (backport #3981)
2024-08-14T6646: conntrack: in ignore rules, if protocols=all, do not append it to the ↵Nicolas Fort
rule (cherry picked from commit 2d953bedd0e416ead924f77ec612c997f950535a)