Re: [pve-devel] [pve-network] vlan plugin: add support for no vlan-aware bridge

2020-05-09 Thread Alexandre DERUMIER
>>this was changed from return "" to return undef, is that OK? yes, no problem. It's called from Zones.pm ... $plugin->generate_sdn_config($plugin_config, $zone, $id, $vnet, $controller, $interfaces_config, $config); ... - Mail original - De: "Thomas Lamprecht" À: "pve-devel" ,

[pve-devel] applied: [PATCH common] network: bridge add IF: do not add all VLANs if $trunks are passed

2020-05-09 Thread Thomas Lamprecht
fixes commit 89ea13ef6b1555f92309da5c298e16579163eaf4 and restores old behavior, the "if !$trunks" post-if was a bit suble, it did not guard the die, but the system command previously - the die was || (ORd) to the command, bad code style to begin with.. Signed-off-by: Thomas Lamprecht --- Thanks