summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-13Merge pull request #4586 from nobidev/features/add-support-proxy-for-haproxyViacheslav Hletenko
T7595: Support PROXY protocol for haproxy
2025-07-13T7595: Support PROXY protocol for haproxyNobi
2025-07-13T7623: smoketest: Add test dhcp default route for VRFNobi
2025-07-12Merge pull request #4597 from nobidev/features/fix-typingChristian Breunig
T7624: smoketest: Fix typing QEMU in test_protocols_static.py
2025-07-12Merge pull request #4600 from vyos/claChristian Breunig
T7579: fix of the run trigger
2025-07-11fix of the run triggerYevhen Bondarenko
2025-07-10Merge pull request #4582 from hedrok/T7545-fix-show-vpn-debug-peerDaniil Baturin
ipsec: T7545: Fix show vpn debug peer
2025-07-10T7613: pr mirror workflow manual run option added with closed choicekumvijaya
2025-07-10Merge pull request #49 from kumvijaya/currentViacheslav Hletenko
T7613: pr mirror workflow manual run option added
2025-07-10T7613: pr mirror workflow manual run option addedkumvijaya
2025-07-10smoketest: Fix typing QEMU in test_protocols_static.pyNobi
2025-07-09Merge pull request #4596 from dmbaturin/T7622-fix-show-wan-load-balanceDaniil Baturin
wlb: T7622: fix the op mode "run show wan-load-balance" command
2025-07-09Merge pull request #4595 from kumvijaya/currentDaniil Baturin
T7613: pr mirror workflow added with workflow dispatch support
2025-07-09wlb: T7622: fix the op mode "run show wan-load-balance" commandDaniil Baturin
2025-07-09T7613: pr mirror workflow manual run option addedkumvijaya
2025-07-09T7613: pr mirror workflow manual run option addedkumvijaya
2025-07-09T7613: pr mirror workflow added workflow dispatch supportkumvijaya
2025-07-09Merge pull request #48 from vyos/cla-fixViacheslav Hletenko
T7579: changed a secret passing method
2025-07-09changed a secret passing methodYevhen Bondarenko
2025-07-09Merge pull request #47 from kumvijaya/currentYevhen Bondarenko
T7618: PR mirror workflow added
2025-07-08T7618: pr mirror workflow addedkumvijaya
2025-07-08Merge pull request #4574 from jestabro/merge-configJohn Estabrook
T7499: update config merge tools
2025-07-08Merge pull request #4594 from sever-sever/T7528-monitoringDaniil Baturin
T7528: Fix service monitoring prometheus stops services
2025-07-08T7615: Fix git-action package name to trigger rebuild VPP (#46)Viacheslav Hletenko
We trigger the "vyos-1x" package to rebuild, not "vyos-vpp"
2025-07-08T7607: Remove "set vpp settings host-resources nr_hugepages <N>" setting (#43)Nataliia S.
2025-07-08T7611: VPP Rewrite check for CPUs and memory (#44)Nataliia S.
2025-07-08ipsec: T7545: Fix show vpn debug peerKyrylo Yatsenko
Fix re for searching of peers in /etc/swanctl/swanctl.conf ``` search = rf'^[\s]*(peer_{peer}_(tunnel_[\d]+|vti)).*' ``` Changed to ``` search = rf'^[\s]*({peer}-(tunnel-[\d]+|vti))[\s]*{{' ``` Added message ``` print(f'\n### {command} ###') ``` so that output is not empty when `/usr/sbin/ipsec statusall` shows nothing
2025-07-08Merge pull request #4592 from abhisheksafui/T7584_wan_lb_default_snatDaniil Baturin
wan-load-balancing: T7584: Default SNAT behaviour fixed to effect loa…
2025-07-08T7499: update submodule for vyconf/vyos-1x changesJohn Estabrook
2025-07-08T7499: call commit only if session_changedJohn Estabrook
2025-07-08T7499: clean up cache filesJohn Estabrook
2025-07-08T7499: add download/uncompress to vyconf load/mergeJohn Estabrook
2025-07-08T7499: add utility to download/uncompress config file, for load/mergeJohn Estabrook
2025-07-08T7499: formattingJohn Estabrook
2025-07-08T7499: expose direct request to http-apiJohn Estabrook
2025-07-08T7499: generated output for adding field 'destructive' to merge functionJohn Estabrook
2025-07-08T7499: use direct request to vyconfd to avoid re-validatingJohn Estabrook
2025-07-08T7499: expose destructive merge in http-apiJohn Estabrook
2025-07-08T7499: add unittest for config tree merge functionJohn Estabrook
2025-07-08T7499: generated output for adding field 'cached' to load functionJohn Estabrook
2025-07-08T7499: load from internal representation to avoid re-parsingJohn Estabrook
2025-07-08T7499: fix typo in configtree write_cacheJohn Estabrook
2025-07-08T7499: update vyos-merge-config.py script to use tree merge functionJohn Estabrook
2025-07-08T7499: add interface for (non-)destructive configtree mergeJohn Estabrook
2025-07-08Merge pull request #42 from jestabro/merge-configJohn Estabrook
T7499: bindings for (non-)destructive configtree merge
2025-07-08T7499: update hashes for add destructive mergeJohn Estabrook
2025-07-07T7528: Fix service monitoring prometheus stops servicesViacheslav
Fix for service monitoring prometheus stops unconfigured services. Check if the service is in active state before stop it.
2025-07-07Merge pull request #4593 from kumvijaya/currentChristian Breunig
T7613: updated to use unified pr mirror workflow (without trigger)
2025-07-06T7499: set permissions on session directoryJohn Estabrook
To allow clean up of cache data on Python module exit, set permissions on directory.
2025-07-06T7499: bindings for (non-)destructive configtree mergeJohn Estabrook