Skip to content

Commit ac91df5

Browse files
committed
[airos] added bssid configuration to wireless section
1 parent 83cf369 commit ac91df5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ def to_intermediate(self):
637637
'signal_led4': 15,
638638
'signal_led_status': 'enabled',
639639
'ssid': w['wireless']['ssid'],
640+
'ap': w['wireless']['bssid'],
640641
'status': status(w),
641642
'wds': {'status': 'enabled'},
642643
})

0 commit comments

Comments
 (0)