Skip to content

Commit

Permalink
[airos] Fixed schema issue described in openwisp#93
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored and edoput committed Aug 7, 2017
1 parent 9b64ff3 commit 2cb9fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netjsonconfig/backends/airos/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,13 @@
},
}

schema['definitions']['encryption_wireless_property_ap'] = \
override_schema['definitions']['encryption_wireless_property_ap']
schema = merge_config(
default_schema,
override_schema
)

schema['definitions']['encryption_wireless_property_sta'] = \
override_schema['definitions']['encryption_wireless_property_sta']
__all__ = [schema]

0 comments on commit 2cb9fa9

Please sign in to comment.