[pve-devel] applied-series: [PATCH manager/network v2 0/2] do not apply FRR configuration when reloading host network configuration

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Aug 4 18:45:16 CEST 2025


Am 04.08.25 um 16:01 schrieb Stefan Hanreich:
> The FRR apply function was called when omitting the skip_frr parameter, which is
> the case when saving the host network configuration via the Web UI, leading to
> an enabled FRR daemon after saving the network configuration.
> 
> In a follow-up we should also consider checking if the previous configuration
> contained FRR entities, but the new one doesn't and disable the FRR daemon in
> this case.
> 
> Changes from v1 to v2:
> * rebase on top of current master
> 
> pve-manager:
> 
> Stefan Hanreich (1):
>   api: network: default to not regenerating the frr configuration
> 
>  PVE/API2/Network.pm | 7 ++++---
>  bin/pve-sdn-commit  | 4 ++--
>  2 files changed, 6 insertions(+), 5 deletions(-)
> 
> 
> pve-network:
> 
> Stefan Hanreich (1):
>   sdn: api: rename parameter from skip-frr to regenerate-frr
> 
>  src/PVE/API2/Network/SDN.pm | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> 
> Summary over all repositories:
>   3 files changed, 10 insertions(+), 11 deletions(-)
> 


applied, thanks!




More information about the pve-devel mailing list