Skip to content

Commit

Permalink
[airos] added bssid configuration to wireless section
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Aug 22, 2017
1 parent 26c7382 commit 0769d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netjsonconfig/backends/airos/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def to_intermediate(self):
'signal_led4': 15,
'signal_led_status': 'enabled',
'ssid': w['wireless']['ssid'],
'ap': w['wireless']['bssid'],
'status': status(w),
'wds': {'status': 'enabled'},
})
Expand Down

0 comments on commit 0769d20

Please sign in to comment.