>>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" ,
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