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 22, 2017
1 parent 0769d20 commit 1b79234
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 1b79234

Please sign in to comment.