Skip to content

Commit 1b58f97

Browse files
committed
[schema] Added stp (spanning tree protocol)
1 parent a5f63f0 commit 1b58f97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netjsonconfig/schema.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@
243243
"type": "string",
244244
"enum": ["bridge"],
245245
"propertyOrder": 1
246+
},
247+
"stp": {
248+
"type": "boolean",
249+
"title": "STP enabled",
250+
"default": False,
251+
"format": "checkbox",
252+
"propertyOrder": 4,
246253
}
247254
}
248255
},

0 commit comments

Comments
 (0)