summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-20utils: migrate to new get_vrf_tableid() helperChristian 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(). (cherry picked from commit 36f3791e0c15267483d59a3bb74465811d08df88)
2024-07-20interfaces: T6592: moving an interface between VRF instances failedChristian Breunig
To reproduce: set vrf name mgmt table '150' set vrf name no-mgmt table '151' set interfaces ethernet eth2 vrf 'mgmt' commit set interfaces ethernet eth2 vrf no-mgmt commit This resulted in an error while interacting with nftables: [Errno 1] failed to run command: nft add element inet vrf_zones ct_iface_map { "eth2" : 151 } The reason is that the old mapping entry still exists and was not removed. This commit adds a new utility function get_vrf_tableid() and compares the current and new VRF table IDs assigned to an interface. If the IDs do not match, the nftables ct_iface_map entry is removed before the new entry is added. (cherry picked from commit 452068ce78581bb6fba2df4dba197e95b9aeb33d)
2024-07-19T6578: Fix unhandled exception in "show openconnect-server sessions" (#3830)mergify[bot]
(cherry picked from commit e858d96a3fbc1ae4719a50ee67df02b2f256b40f) Co-authored-by: khramshinr <khramshinr@gmail.com>
2024-07-19Merge pull request #3829 from vyos/mergify/bp/circinus/pr-3825Christian Breunig
openvpn: T6591: deprecate OpenVPN server net30 topology (backport #3825)
2024-07-18openvpn: T6591: deprecate OpenVPN server net30 topology (#3825)mergify/bp/circinus/pr-3825Daniil Baturin
(cherry picked from commit e2b05343b30d2f989968532106e792cbaf75ecf6)
2024-07-18Merge pull request #3822 from vyos/mergify/bp/circinus/pr-3813Daniil Baturin
configdep: T6559: fix regression in dependent script error under configd (backport #3813)
2024-07-18Merge pull request #3819 from vyos/mergify/bp/circinus/pr-3817Christian Breunig
op-mode: T6577: create generic service restart helper to work with the API (backport #3817)
2024-07-17op-mode: T6577: create generic service restart helper to work with the APImergify/bp/circinus/pr-3817Christian 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. (cherry picked from commit c74ae852152b0c3c3f00a1847d081d28f500e178)
2024-07-17configdep: T6559: add smoketest of dependency script errormergify/bp/circinus/pr-3813John Estabrook
(cherry picked from commit ad43aa885a8ef689da212088d6ebb37c32d72883)
2024-07-17configdep: T6559: use single dependency list with reset under configdJohn Estabrook
(cherry picked from commit 52d08b1ec5b2943744daac7123e35fd415f85db2)
2024-07-17configdep: T6559: drop global redundancy removal to fix error reportingJohn Estabrook
(cherry picked from commit 7249d10f1fbb3f90a4bdbcd0223926d0380ddd3a)
2024-07-15Merge pull request #3815 from vyos/mergify/bp/circinus/pr-3810Christian Breunig
op-mode: T6575: add support for NTP service restart via CLI (backport #3810)
2024-07-15op-mode: T6575: add support for NTP service restart via CLImergify/bp/circinus/pr-3810Christian Breunig
This seemed to be arround in the early days, but is not available since at least VyOS 1.3.3. Add CLI helper to restart the NTP process (chrony). (cherry picked from commit ca4f4343999bdbd8450ef952f42062877d6f3bab)
2024-07-12Merge pull request #3808 from vyos/mergify/bp/circinus/pr-3805Christian Breunig
op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" (backport #3805)
2024-07-11op-mode: T6566: add support for listing all interfaces in "monitor bandwidth"mergify/bp/circinus/pr-3805Christian Breunig
Right now we can only monitor the bandwidth for one individual interface, but not all at once. This adds support to monitor all interfaces. (cherry picked from commit 7704af0c4454725e8c67138e5cabab3328bde0f8)
2024-07-09T6564: workflow trigger restrictions for circinus (#3802)Vijayakumar A
2024-07-06Merge pull request #3797 from vyos/mergify/bp/circinus/pr-3791Christian Breunig
op-mode: T6537: remove unused cmd imported from vyos.utils.process (backport #3791)
2024-07-05op-mode: T6537: remove unused cmd imported from vyos.utils.processChristian 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) (cherry picked from commit 6b2e45c073eeef62bbb5905e1bff98e20199b6b0)
2024-07-05Merge pull request #3795 from vyos/T6556-unused-import-permission-circinusChristian Breunig
T6556: pull_request_target update in unused import - circinus
2024-07-05T6556: pull_request_target update in unused import - circinusVijayakumar A
2024-07-05Merge pull request #3783 from vyos/mergify/bp/circinus/pr-3782Christian Breunig
wireless: T4287: use Debian postinst over preinst when using update-alternatives (backport #3782)
2024-07-05Merge pull request #3785 from vyos/T6556-trigger-branches-cleanup-circinusChristian Breunig
T6556: trigger branches cleanup circinus
2024-07-05T6556: trigger workflow branches cleanup - circinusVijayakumar A
2024-07-04wireless: T4287: use Debian postinst over preinst when using update-alternativesChristian Breunig
This fixes an error during ISO assembly: update-alternatives: error: no alternatives for regulatory.db dpkg: error processing archive /tmp/apt-dpkg-install-PJplR3/00-vyos-1x_1.5dev0-1880-gecaa44498_amd64.deb (--unpack): new vyos-1x package pre-installation script subprocess returned error exit status 2 (cherry picked from commit a414190447c32be0775a077cde13cef0cf2b8c54)
2024-07-04Merge pull request #3779 from vyos/mergify/bp/circinus/pr-3777Christian Breunig
wireless: T4287: use upstream regulatory database due to kernel signing (backport #3777)
2024-07-04Merge pull request #3766 from vyos/mergify/bp/circinus/pr-3745Christian Breunig
T6527: add legacy Vyatta interpreter files still in use (backport #3745)
2024-07-04wireless: T4287: use upstream regulatory database due to kernel signingChristian Breunig
Most likely b/c of our non signed Kernel binary we do not trust the Debian signed wireless regulatory database. Fallback to the upstream database instead. (cherry picked from commit 9263965071289b6e51e22669b6d588a8d8fbcc1f)
2024-07-04Merge pull request #3774 from vyos/mergify/bp/circinus/pr-3767Christian Breunig
op-mode: T6537: include hostname in the reboot/shutdown warning message (backport #3767)
2024-07-03Merge pull request #3757 from natali-rs1985/T5487-currentChristian Breunig
openvpn: T5487: Remove deprecated option --cipher for server and client mode
2024-07-03op-mode: T6537: include hostname in the reboot/shutdown warning messageDaniil Baturin
(cherry picked from commit dc60fe993505d1adca60f9b6e0f47f565c459331)
2024-07-03Merge pull request #3761 from vyos/mergify/bp/circinus/pr-3749Christian Breunig
T6536: nat: add migration script that replaces wildcard charater (backport #3749)
2024-07-03T6536: change wildcard character from + to * - extend fix to interfaces ↵Nicolas Fort
defined in zone policy. (cherry picked from commit 66ec278393dbabe71f320c543816f27797d51140)
2024-07-03Merge pull request #3758 from vyos/mergify/bp/circinus/pr-3721Christian Breunig
ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms option (backport #3721)
2024-07-03Merge pull request #3764 from vyos/mergify/bp/circinus/pr-3760Daniil Baturin
syslog: T5366: remove reference to deprecated sysvinit rsyslog script (backport #3760)
2024-07-03T6527: add legacy Vyatta interpreter files still in useChristian Breunig
(cherry picked from commit 72a704d2e2b06bfedc4f1ee841814f983fc34baa)
2024-07-03syslog: T5366: remove reference to deprecated sysvinit rsyslog scriptJohn Estabrook
(cherry picked from commit 977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2)
2024-07-03T6536: nat: add migration script that replaces wildcard charater supported ↵Nicolas Fort
in 1.3 <+> with character supported in latest version <*> (cherry picked from commit 148af29b68416a5b8d0e025a16aef252fdf31e67) # Conflicts: # src/migration-scripts/nat/6-to-7
2024-07-03ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms optionkhramshinr
(cherry picked from commit 06e6e011cdf12e8d10cf1f6d4d848fd5db51720d)
2024-07-03openvpn: T5487: Remove deprecated option --cipher for server and client modeNataliia Solomko
2024-07-03Merge pull request #3754 from vyos/mergify/bp/circinus/pr-3752Christian Breunig
T6538: Add the ability to set GENEVE interfaces to VRF (backport #3752)
2024-07-03T6538: Add the ability to set GENEVE interfaces to VRFViacheslav Hletenko
(cherry picked from commit 5748db4ebb4f4023f8e33d45121ff24267941cc7)
2024-07-02T6497: CGNAT refactoring delete conntrack entries (#3699) (#3732)mergify[bot]
(cherry picked from commit 804efa2ef6bfee84d13f633d863f6f22f9eec273) Co-authored-by: Viacheslav Hletenko <v.gletenko@vyos.io>
2024-07-02Merge pull request #3751 from vyos/mergify/bp/circinus/pr-3748Christian Breunig
T6523: Telegraf use nft scripts only if the firewall configured (backport #3748)
2024-07-02T6523: Telegraf use nft scripts only if the firewall configuredViacheslav 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 (cherry picked from commit ebff0c481907ac0c2c0be9981c3c3d87caf3003b)
2024-06-30Merge pull request #3744 from vyos/mergify/bp/circinus/pr-3743Christian Breunig
T6534: fix incorrect imports in vyos-config-encrypt.py (backport #3743)
2024-06-30T6534: fix incorrect imports in vyos-config-encrypt.pyBonus
(cherry picked from commit 96c993ec5e850b8ca7056f70df9c6459840e6af7)
2024-06-29Merge pull request #3742 from vyos/mergify/bp/circinus/pr-3733Christian Breunig
op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode format (backport #3733)
2024-06-29op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode formatChristian Breunig
(cherry picked from commit 5ade35255b3d8438aa6082fe56ae459d50cdc0a5)
2024-06-28Merge pull request #3739 from vyos/mergify/bp/circinus/pr-3720Daniil Baturin
T6477: Add telegraf loki output plugin (backport #3720)
2024-06-28T6477: Add telegraf loki output pluginViacheslav Hletenko
Add Loki plugin to telegraf set service monitoring telegraf loki url xxx (cherry picked from commit 3365eb7ab99fa9a259fe440eb51e82fc0a0a4dc6)