We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91df5 commit 61890b6Copy full SHA for 61890b6
1 file changed
netjsonconfig/backends/airos/schema.py
@@ -142,9 +142,13 @@
142
},
143
}
144
145
+schema['definitions']['encryption_wireless_property_ap'] = \
146
+ override_schema['definitions']['encryption_wireless_property_ap']
147
schema = merge_config(
148
default_schema,
149
override_schema
150
)
151
152
+schema['definitions']['encryption_wireless_property_sta'] = \
153
+ override_schema['definitions']['encryption_wireless_property_sta']
154
__all__ = [schema]
0 commit comments