[PATCH common 0/1] fix #5623: ovs other_config set to 0 not saved in network config
Tiomet Pelston
tiometpelston at gmail.com
Wed Oct 23 18:48:48 CEST 2024
When configuring an OVS network device via web interface,
setting an OVS option with value=0 will be disregarded on save.
Example:
Create an OVS Bond with the following OVS option:
other_config:bond-rebalance-interval=0
This will be purged from the config although it is a valid setting.
The same happens for any other config like "other_config:<anything>=0".
Further details:
https://forum.proxmox.com/threads/ovs-other_config-set-to-0-gets-filtered-from-network-config.150504/
Tiomet Pelston (1):
fix #5623: ovs other_config set to 0 not saved in network config
src/PVE/INotify.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.0
More information about the pve-devel
mailing list