summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-12-05Merge pull request #4826 from nvollmar/T7982Viacheslav Hletenko
T7982: container: generate run arguments once
2025-12-04Merge pull request #4878 from alexandr-san4ez/T8001-currentDaniil Baturin
ipsec: T8001: Commit fails removing VTI interface in IPsec config
2025-12-04Merge pull request #4881 from alexandr-san4ez/T7594-currentDaniil Baturin
ipsec: T7594: Rename `respond` connection-type in IPSec peer settings to `trap`
2025-12-04Merge pull request #4886 from dmbaturin/T8059-migrate-syslog-portsDaniil Baturin
syslog: T8059: migrate host:port node names to the new syntax with a dedicated port option
2025-12-04ipsec: T7594: Rename `respond` connection-type in IPSec peer settings to `trap`Oleksandr Kuchmystyi
The previous 'connection-type respond' option in IPsec site-to-site peers was misleading - instead of passively waiting for peer initiation, it would initiate negotiation when matching traffic appeared, potentially causing SA duplication and renegotiation loops.
2025-12-04vpp: T7972: Make `nat44 no-forwarding` feature automatically configurableNataliia Solomko
If any dynamic rule is configured forwarding should be disabled because each packet must be processed through the NAT session table to apply proper translations
2025-12-04vyos-op-run: T7901: skip permission checks if the user is rootDaniil Baturin
2025-12-04op-mode: T7810: fix broken 'reset connection' commandDaniil Baturin
2025-12-04Merge pull request #4884 from c-po/openvpn-t7738-migrationDaniil Baturin
openvpn: T7738: avoid duplicate certs during 1.3 -> 1.4 migration
2025-12-04salt: T8056: add a deprecation warningDaniil Baturin
2025-12-04syslog: T8059: migrate host:port node names to the new syntaxDaniil Baturin
with a dedicated port option
2025-12-02Merge pull request #4866 from natali-rs1985/T8030Nataliia S.
T8030: VPP: Check support for changed driver too
2025-12-02openvpn: T7738: avoid duplicate certs during 1.3 -> 1.4 migrationChristian Breunig
When migrating from VyOS 1.3 to 1.4, OpenVPN interfaces sharing the same certificate (chain) end up getting duplicated certificate entries, one per interface — instead of reusing a single cert if applicable. This change makes the migration logic detect shared certificates and reuse a single CA and server certificate objects, preventing redundant certificate entries in the config.
2025-12-01interfaces: T8054: use --is-valid-intf-address for validating interface ↵Daniil Baturin
addresses
2025-12-01T8030: VPP: Check support for changed driver tooNataliia Solomko
2025-11-28ipsec: T8001: Commit fails removing VTI interface in IPsec configOleksandr Kuchmystyi
Fix cases where commit or IPsec up/down hooks fail if the VTI interface has already been deleted or the `/tmp/ipsec_vti_interfaces` file does not exist. Changes: - Return empty dict from `get_interface_config()` if it returns None to avoid TypeError when accessing 'operstate' (vti_updown_db.py). - Use `open_vti_updown_db_for_create_or_update()` in `vti‑up‑down` script so the temporary interface tracking file is created automatically when missing.
2025-11-28Merge pull request #4824 from alexandr-san4ez/T4251-currentViacheslav Hletenko
syslog: T4251: Rename "permitted-peers" to "permitted-peer" and improve TLS checks
2025-11-27Merge pull request #4868 from natali-rs1985/T8036Daniil Baturin
vpp: T8036: Commit fails removing nat44 static rule
2025-11-26Merge pull request #4869 from c-po/T8034Christian Breunig
frr: T8034: use dict_search() for routing protocols to check if VRF is used
2025-11-26Merge pull request #4865 from jestabro/check-unsaved-on-upgradeDaniil Baturin
T7319: check for unsaved commits before proceeding with 'add system image'
2025-11-25T7319: check unsaved_commits before upgradeJohn Estabrook
2025-11-25frr: T8034: use dict_search() for routing protocols to check if VRF is usedChristian Breunig
dict_search() is save when passing in keys that do not exist in the dict we are working on.
2025-11-25Merge pull request #4860 from sarthurdev/ping-checkJohn Estabrook
kea: T7913: Fixes for ping-check handling
2025-11-25vpp: T8036: Commit fails removing nat44 static ruleNataliia Solomko
2025-11-24Merge pull request #4672 from apschultz/zone_default_firewall_rulesetSimon
firewall: T7739: Default ruleset for firewall zones
2025-11-24Merge pull request #4861 from c-po/bond-member-mtuChristian Breunig
bond: T8023: validate member interface min/max MTU
2025-11-21bond: T8023: validate member interface min/max MTUChristian Breunig
It is impossible to set the bond interface MTU to be larger or lower then the limits of the underlaying interface MTU. Add proper commit validation and smoketest.
2025-11-20kea: T7913: Fixes for ping-check handlingsarthurdev
- Kea docs state multi-threaded mode is required for ping checking. - Parent scope needs enabling if shared-network/subnet has ping-check enabled.
2025-11-19login: T8024: show user warning for unconfigured TACACS source-addressChristian Breunig
Add a commit-time check and warning to the user if the TACACS source-address is not configured on the system or the given VRF.
2025-11-19login: T8024: show user warning for unconfigured RADIUS source-addressChristian Breunig
Add a commit-time check and warning to the user if the RADIUS source-address (IPv4 or IPv6) is not configured on the system or the given VRF.
2025-11-19login: T8024: fix typo in TACACS error message if all servers are disabledChristian Breunig
2025-11-19Merge pull request #4854 from c-po/veth-fixViacheslav Hletenko
veth: T8017: bugfix KeyError: 'peer_name'
2025-11-19Merge pull request #4850 from sever-sever/T8012Christian Breunig
T8012: Add user vpp to user groups
2025-11-19T8012: Add user vpp to user groupsViacheslav Hletenko
To allow call VPP api without sudo - Get op-mode commands without sudo - Use API call in smoke-tests
2025-11-18Merge pull request #4845 from vyos/T7556Daniil Baturin
T7556: VPP add IPFIX collector configuration
2025-11-18veth: T8017: bugfix KeyError: 'peer_name'Christian Breunig
Use safe dict_search() function to locate veth peer interface name. If no peer is defined an error will be displayed.
2025-11-17T7992: remove unneeded references to OPAM in skel/.bashrcJohn Estabrook
2025-11-14T7556: VPP add IPFIX collector configurationViacheslav Hletenko
Add VPP IPFIX configuration commands: ``` set vpp ipfix active-timeout '8' set vpp ipfix collector 192.0.2.2 port '2055' set vpp ipfix collector 192.0.2.2 source-address '192.0.2.1' set vpp ipfix flowprobe-record 'l2' set vpp ipfix flowprobe-record 'l3' set vpp ipfix flowprobe-record 'l4' set vpp ipfix inactive-timeout '32' set vpp ipfix interface eth0 set vpp ipfix interface eth1 direction 'both' set vpp ipfix interface eth1 flow-variant 'ipv4' ```
2025-11-14T7994: fix regression in check for previous installations on installJohn Estabrook
After T7836: move bind mount of /config to vyos-1x, the bind mount is configured at boot, not within the initrd. On image install, one needs to check for previous installations in the resident directory /opt/vyatta/etc/config of the mounted disk.
2025-11-13T7950: VPP: Unexpected None interface in CGNAT when ethernet subinterface is ↵Nataliia Solomko
removed from vif Do not allow to delete subinterface if it is in use in VPP features
2025-11-13Merge pull request #4835 from natali-rs1985/T7731Nataliia S.
T7731: Static ARP entries are missing after an interface status change
2025-11-12misc: T8008: remove the last remnants of pmacctDaniil Baturin
2025-11-12T7731: Static ARP entries are missing after an interface status changeNataliia Solomko
2025-11-11vyos-op-run: T8005: sanitize environment variablesDaniil Baturin
to prevent malicious variable injection
2025-11-10T8003: Add early kernel panic reboot supportGrant Slater
2025-11-10T7982: container: generate run arguments onceNicolas Vollmar
2025-11-06Merge pull request #4834 from alexandr-san4ez/T7112-currentViacheslav Hletenko
firewall: T7112: Default action drop fails
2025-11-05T7910: add keyword extant, for use by teardown scriptJohn Estabrook
The standalone script teardown-config-session.py is called on CLI config-mode exit, to close the persistent vyconf config session. Instead of injecting the config-mode env var into the external script to indicate a non-ephemeral session, add keyword 'extant' to find existing session.
2025-11-05firewall: T7112: Default action drop failsOleksandr Kuchmystyi
Prevent `KeyError` by safely handling missing 'member' dict in zone config. Add smoketest to verify commit fails gracefully when zone has no interfaces.
2025-11-04Merge pull request #4828 from c-po/restart-container-vrfViacheslav Hletenko
container: T7305: fix VRF loss when restarting pods