[pve-devel] [PATCH pve-network 3/5] vlanplugin : make uplink-id non optional
Alexandre Derumier
aderumier at odiso.com
Thu Apr 4 10:18:33 CEST 2019
---
PVE/Network/Network/VlanPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Network/Network/VlanPlugin.pm b/PVE/Network/Network/VlanPlugin.pm
index fd53617..6a84f71 100644
--- a/PVE/Network/Network/VlanPlugin.pm
+++ b/PVE/Network/Network/VlanPlugin.pm
@@ -47,7 +47,7 @@ sub properties {
sub options {
return {
- 'uplink-id' => { optional => 1 },
+ 'uplink-id' => { optional => 0 },
'vlan-allowed' => { optional => 1 },
'vlan-protocol' => { optional => 1 },
'vlan-aware' => { optional => 1 },
--
2.11.0
More information about the pve-devel
mailing list