| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-25 | Merge pull request #4746 from awolfnet/current | Daniil Baturin | |
| l2tpv3: T7721: fix show l2tpv3 interface information | |||
| 2025-09-25 | Merge pull request #4750 from sever-sever/T7861 | Daniil Baturin | |
| T7861: System options CPU vendor_id bug for some platforms | |||
| 2025-09-25 | Merge pull request #4751 from kumvijaya/current | Daniil Baturin | |
| T7748: Using mergify rule to handle conflict checks for private repo | |||
| 2025-09-25 | T7862: VPP: Enable support of ixgbevf driver for DPDK | Nataliia Solomko | |
| 2025-09-25 | Merge pull request #4755 from natali-rs1985/T7801 | Viacheslav Hletenko | |
| T7801: VPP fails to start with logging level set to 'Error' | |||
| 2025-09-25 | T7801: VPP fails to start with logging level set to 'Error' | Nataliia Solomko | |
| 2025-09-24 | T7709: add smoketest for config save | John Estabrook | |
| Check that write_file_sync reaches disk, by using util vmtouch to evict cache. | |||
| 2025-09-24 | T7709: use standard script vyos-save-config.py for vyconf | John Estabrook | |
| Take advantage of the helper script in the vyconf context. | |||
| 2025-09-24 | T7709: use write_file_sync/atomic in vyos-save-config.py script | John 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-24 | T7709: add utils write_file_sync and write_file_atomic | John 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-24 | T7748: using mergify rule to handle conflict checks for private repo | kumvijaya | |
| 2025-09-24 | T7748: using mergify rule to handle conflict checks for private repo | kumvijaya | |
| 2025-09-24 | T7861: System options CPU vendor_id bug for some platforms | Viacheslav | |
| 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-24 | Merge pull request #4748 from sever-sever/T7859 | Viacheslav Hletenko | |
| T7859: VPP de-hardcode plugin path | |||
| 2025-09-24 | T7859: VPP de-hardcode plugin path | Viacheslav | |
| De-hardcode plugin path allows starting VPP on different ARCHs | |||
| 2025-09-24 | Merge pull request #4737 from jestabro/edit-level-op-mode-dict | Viacheslav Hletenko | |
| T7850: make op_mode_config_dict edit level aware | |||
| 2025-09-24 | l2tpv3: T7721: fix show l2tpv3 interface information | Haiyang | |
| 2025-09-23 | T7855: vyos-commitd redirect stdout and catch exceptions on frr render | John Estabrook | |
| 2025-09-23 | T7855: vyos-configd redirect stdout and catch exceptions on frr render | John Estabrook | |
| 2025-09-23 | tpm: T7726: Test TPM key or prompt recovery key | sarthurdev | |
| 2025-09-23 | tpm: T7726: Prompt before overwriting existing TPM key | sarthurdev | |
| 2025-09-23 | tpm: T7726: Prompt user before clearing TPM key | sarthurdev | |
| 2025-09-23 | tpm: T7726: Copy encrypted volume when adding system images | sarthurdev | |
| 2025-09-23 | tpm: T4919: Use vyos module function for running image, single-line imports | sarthurdev | |
| 2025-09-23 | tpm: T7735: Only require key/recovery if unmapped | sarthurdev | |
| 2025-09-23 | tpm: T7713: Restore original config mounts when decrypting | sarthurdev | |
| 2025-09-23 | tpm: T7717: Preserve group on config and archives | sarthurdev | |
| 2025-09-23 | tpm: T7720: Handle encrypt failure and gracefully abort | sarthurdev | |
| 2025-09-23 | tpm: T7727: Prompt to overwrite an existing backup | sarthurdev | |
| Move encrypted volume check before key input Unmount any conflicting config bind mounts | |||
| 2025-09-23 | kea: T7854: Use helper for Kea VRF systemd units | sarthurdev | |
| 2025-09-23 | Merge pull request #4684 from c-po/bgp-vrf-system-as | Daniil Baturin | |
| bgp: T7760: remove per vrf instance system-as node | |||
| 2025-09-23 | Merge pull request #4743 from sarthurdev/kea3.0 | Christian Breunig | |
| kea: T7281: Fix Kea 3.0 service failures | |||
| 2025-09-23 | T7850: make op_mode_config_dict edit level aware | John Estabrook | |
| 2025-09-23 | T7850: add nosetest for util list_strip | John Estabrook | |
| 2025-09-23 | T7850: add util list_strip to remove initial or final sub-list | John Estabrook | |
| 2025-09-23 | Merge pull request #4742 from c-po/add-image | Daniil Baturin | |
| image: T7818: avoid error when skipping config migration | |||
| 2025-09-23 | kea: T7281: Preserve systemd unit environment in VRF exec | sarthurdev | |
| 2025-09-23 | kea: T7281: Set folder permissions to expected 0750 | sarthurdev | |
| 2025-09-23 | kea: T7821: Update paths for Kea v2.7.9 security changes | sarthurdev | |
| 2025-09-22 | kea: T7281: Use correct Kea unit files | sarthurdev | |
| 2025-09-22 | image: T7818: avoid error when skipping config migration | Christian 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-22 | image: T7818: re-use global path definitions from vyos.defaults | Christian Breunig | |
| Reduce amount of duplicate file/folder strings. | |||
| 2025-09-22 | Merge pull request #4698 from l0crian1/fw-disable-conntrack | Daniil Baturin | |
| firewall: T7475: Add an option to disable conntrack for individual firewall chaisn | |||
| 2025-09-22 | Merge pull request #4711 from jestabro/interstitial-set | Daniil Baturin | |
| T7737: add vyconf-aware analogue of configfs | |||
| 2025-09-22 | Merge pull request #4735 from c-po/net-tools | Daniil Baturin | |
| Debian: T7847: add explicit dependency on net-tools providing arp binary | |||
| 2025-09-22 | Merge pull request #4738 from peterablehmann/frr_exporter | Daniil Baturin | |
| frr_exporter: T7851: export IPv6 BGP sessions | |||
| 2025-09-22 | Merge pull request #4740 from sever-sever/T7773 | Viacheslav Hletenko | |
| T7773: VPP move crypto engines to crypto-engines template section | |||
| 2025-09-22 | Merge pull request #4720 from roedie/T7820 | Viacheslav Hletenko | |
| T7820: Add support for yescrypt encypted hashes | |||
| 2025-09-22 | T7773: VPP move crypto engines to crypto-engines template section | Viacheslav | |
| 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-21 | Merge pull request #4736 from c-po/ssh-hostkey-algo | Viacheslav Hletenko | |
| ssh: T7839: fix warning on deprecated algorithms during commit | |||
