summaryrefslogtreecommitdiff
path: root/src/PVE/Network/SDN/Zones/VlanPlugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/PVE/Network/SDN/Zones/VlanPlugin.pm')
-rw-r--r--src/PVE/Network/SDN/Zones/VlanPlugin.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PVE/Network/SDN/Zones/VlanPlugin.pm b/src/PVE/Network/SDN/Zones/VlanPlugin.pm
index 90f16bf..9102b34 100644
--- a/src/PVE/Network/SDN/Zones/VlanPlugin.pm
+++ b/src/PVE/Network/SDN/Zones/VlanPlugin.pm
@@ -27,6 +27,7 @@ sub properties {
return {
'bridge' => {
type => 'string',
+ description => 'The bridge for which VLANs should be managed.',
},
'bridge-disable-mac-learning' => {
type => 'boolean',