Skip to content

Commit

Permalink
[OpenWrt schema] Added default switch settings
Browse files Browse the repository at this point in the history
"reset" and "enable_vlan" now default to True.
  • Loading branch information
nemesifier committed Mar 14, 2016
1 parent 96d216d commit 00e784e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netjsonconfig/backends/openwrt/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,13 @@
},
"reset": {
"type": "boolean",
"default": True,
"propertyOrder": 2,
},
"enable_vlan": {
"type": "boolean",
"title": "enable vlan",
"default": True,
"propertyOrder": 3,
},
"vlan": {
Expand Down

0 comments on commit 00e784e

Please sign in to comment.