[pve-devel] [PATCH pve-network 2/5] vxlanmulticast plugin : make uplink-id && multicast addres non optional
Alexandre Derumier
aderumier at odiso.com
Thu Apr 4 10:18:32 CEST 2019
---
PVE/Network/Network/VxlanMulticastPlugin.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PVE/Network/Network/VxlanMulticastPlugin.pm b/PVE/Network/Network/VxlanMulticastPlugin.pm
index bcdc133..99383e5 100644
--- a/PVE/Network/Network/VxlanMulticastPlugin.pm
+++ b/PVE/Network/Network/VxlanMulticastPlugin.pm
@@ -36,8 +36,8 @@ sub properties {
sub options {
return {
- 'uplink-id' => { optional => 1 },
- 'multicast-address' => { fixed => 1 },
+ 'uplink-id' => { optional => 0 },
+ 'multicast-address' => { optional => 0 },
'vxlan-allowed' => { optional => 1 },
};
}
--
2.11.0
More information about the pve-devel
mailing list