summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-25Merge pull request #4746 from awolfnet/currentDaniil Baturin
l2tpv3: T7721: fix show l2tpv3 interface information
2025-09-25Merge pull request #4750 from sever-sever/T7861Daniil Baturin
T7861: System options CPU vendor_id bug for some platforms
2025-09-25Merge pull request #4751 from kumvijaya/currentDaniil Baturin
T7748: Using mergify rule to handle conflict checks for private repo
2025-09-25T7862: VPP: Enable support of ixgbevf driver for DPDKNataliia Solomko
2025-09-25Merge pull request #4755 from natali-rs1985/T7801Viacheslav Hletenko
T7801: VPP fails to start with logging level set to 'Error'
2025-09-25T7801: VPP fails to start with logging level set to 'Error'Nataliia Solomko
2025-09-24T7709: add smoketest for config saveJohn Estabrook
Check that write_file_sync reaches disk, by using util vmtouch to evict cache.
2025-09-24T7709: use standard script vyos-save-config.py for vyconfJohn Estabrook
Take advantage of the helper script in the vyconf context.
2025-09-24T7709: use write_file_sync/atomic in vyos-save-config.py scriptJohn Estabrook
Config save is provided by the helper script in both CLI and configsession (hence also in the http api). Use utilities write_file_sync and write_file_atomic, in accordance with permissions and location: If the target is in /opt/vyatta/etc/config or /config, use write_file_sync; if, moreover, the caller has permissions, use write_file_atomic. Otherwise, fall back to util write_file.
2025-09-24T7709: add utils write_file_sync and write_file_atomicJohn Estabrook
write_file_sync does an explicit fsync of file and directory on write. write_file_atomic calls write_file_sync on a temp file and uses os.rename to provide an 'atomic' write.
2025-09-24T7748: using mergify rule to handle conflict checks for private repokumvijaya
2025-09-24T7748: using mergify rule to handle conflict checks for private repokumvijaya
2025-09-24T7861: System options CPU vendor_id bug for some platformsViacheslav
Some platforms do not have `vendor_id` for the CPU information This causes of `KeyError: 'vendor_id'` errors while commiting system option kernel memory settings. Fix this.
2025-09-24Merge pull request #4748 from sever-sever/T7859Viacheslav Hletenko
T7859: VPP de-hardcode plugin path
2025-09-24T7859: VPP de-hardcode plugin pathViacheslav
De-hardcode plugin path allows starting VPP on different ARCHs
2025-09-24Merge pull request #4737 from jestabro/edit-level-op-mode-dictViacheslav Hletenko
T7850: make op_mode_config_dict edit level aware
2025-09-24l2tpv3: T7721: fix show l2tpv3 interface informationHaiyang
2025-09-23T7855: vyos-commitd redirect stdout and catch exceptions on frr renderJohn Estabrook
2025-09-23T7855: vyos-configd redirect stdout and catch exceptions on frr renderJohn Estabrook
2025-09-23tpm: T7726: Test TPM key or prompt recovery keysarthurdev
2025-09-23tpm: T7726: Prompt before overwriting existing TPM keysarthurdev
2025-09-23tpm: T7726: Prompt user before clearing TPM keysarthurdev
2025-09-23tpm: T7726: Copy encrypted volume when adding system imagessarthurdev
2025-09-23tpm: T4919: Use vyos module function for running image, single-line importssarthurdev
2025-09-23tpm: T7735: Only require key/recovery if unmappedsarthurdev
2025-09-23tpm: T7713: Restore original config mounts when decryptingsarthurdev
2025-09-23tpm: T7717: Preserve group on config and archivessarthurdev
2025-09-23tpm: T7720: Handle encrypt failure and gracefully abortsarthurdev
2025-09-23tpm: T7727: Prompt to overwrite an existing backupsarthurdev
Move encrypted volume check before key input Unmount any conflicting config bind mounts
2025-09-23kea: T7854: Use helper for Kea VRF systemd unitssarthurdev
2025-09-23Merge pull request #4684 from c-po/bgp-vrf-system-asDaniil Baturin
bgp: T7760: remove per vrf instance system-as node
2025-09-23Merge pull request #4743 from sarthurdev/kea3.0Christian Breunig
kea: T7281: Fix Kea 3.0 service failures
2025-09-23T7850: make op_mode_config_dict edit level awareJohn Estabrook
2025-09-23T7850: add nosetest for util list_stripJohn Estabrook
2025-09-23T7850: add util list_strip to remove initial or final sub-listJohn Estabrook
2025-09-23Merge pull request #4742 from c-po/add-imageDaniil Baturin
image: T7818: avoid error when skipping config migration
2025-09-23kea: T7281: Preserve systemd unit environment in VRF execsarthurdev
2025-09-23kea: T7281: Set folder permissions to expected 0750sarthurdev
2025-09-23kea: T7821: Update paths for Kea v2.7.9 security changessarthurdev
2025-09-22kea: T7281: Use correct Kea unit filessarthurdev
2025-09-22image: T7818: avoid error when skipping config migrationChristian Breunig
Fix "No such file or directory" error triggered during image upgrade when user opts not to migrate config. GRUB cmdline migration incorrectly attempts to access non-existent config in new image path.
2025-09-22image: T7818: re-use global path definitions from vyos.defaultsChristian Breunig
Reduce amount of duplicate file/folder strings.
2025-09-22Merge pull request #4698 from l0crian1/fw-disable-conntrackDaniil Baturin
firewall: T7475: Add an option to disable conntrack for individual firewall chaisn
2025-09-22Merge pull request #4711 from jestabro/interstitial-setDaniil Baturin
T7737: add vyconf-aware analogue of configfs
2025-09-22Merge pull request #4735 from c-po/net-toolsDaniil Baturin
Debian: T7847: add explicit dependency on net-tools providing arp binary
2025-09-22Merge pull request #4738 from peterablehmann/frr_exporterDaniil Baturin
frr_exporter: T7851: export IPv6 BGP sessions
2025-09-22Merge pull request #4740 from sever-sever/T7773Viacheslav Hletenko
T7773: VPP move crypto engines to crypto-engines template section
2025-09-22Merge pull request #4720 from roedie/T7820Viacheslav Hletenko
T7820: Add support for yescrypt encypted hashes
2025-09-22T7773: VPP move crypto engines to crypto-engines template sectionViacheslav
VPP 25.06 introduces a new format for crypto engines configuration https://github.com/FDio/vpp/commit/f479eeb76 Update the template to account for this change.
2025-09-21Merge pull request #4736 from c-po/ssh-hostkey-algoViacheslav Hletenko
ssh: T7839: fix warning on deprecated algorithms during commit