[pve-devel] [PATCH common 1/1] fix #5623: ovs other_config set to 0 not saved in network config

2024-10-23 Thread Tiomet Pelston via pve-devel
--- Begin Message --- When configuring an OVS network device via web interface, any OVS option set to value=0 is ignored upon saving. This happens because value=0 is evaluated as false in $parse_ovs_option. Signed-off-by: Tiomet Pelston --- src/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(

[pve-devel] [PATCH common 0/1] fix #5623: ovs other_config set to 0 not saved in network config

2024-10-23 Thread Tiomet Pelston via pve-devel
--- Begin Message --- 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