| Age | Commit message (Collapse) | Author |
|
T7595: Support PROXY protocol for haproxy
|
|
|
|
|
|
T7624: smoketest: Fix typing QEMU in test_protocols_static.py
|
|
T7579: fix of the run trigger
|
|
|
|
ipsec: T7545: Fix show vpn debug peer
|
|
|
|
T7613: pr mirror workflow manual run option added
|
|
|
|
|
|
wlb: T7622: fix the op mode "run show wan-load-balance" command
|
|
T7613: pr mirror workflow added with workflow dispatch support
|
|
|
|
|
|
|
|
|
|
T7579: changed a secret passing method
|
|
|
|
T7618: PR mirror workflow added
|
|
|
|
T7499: update config merge tools
|
|
T7528: Fix service monitoring prometheus stops services
|
|
We trigger the "vyos-1x" package to rebuild, not "vyos-vpp"
|
|
|
|
|
|
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
|
|
wan-load-balancing: T7584: Default SNAT behaviour fixed to effect loa…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
T7499: bindings for (non-)destructive configtree merge
|
|
|
|
Fix for service monitoring prometheus stops unconfigured services.
Check if the service is in active state before stop it.
|
|
T7613: updated to use unified pr mirror workflow (without trigger)
|
|
To allow clean up of cache data on Python module exit, set permissions
on directory.
|
|
|