Skip to content

Commit 1a4c493

Browse files
committed
[OpenWrt] igmp_snooping now correctlt defaults to True
1 parent 368239b commit 1a4c493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netjsonconfig/backends/openwrt/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"igmp_snooping": {
9292
"type": "boolean",
9393
"title": "IGMP snooping",
94-
"default": False,
94+
"default": True,
9595
"format": "checkbox",
9696
"propertyOrder": 4,
9797
}

0 commit comments

Comments
 (0)