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 6165704 commit a3ad9b6Copy full SHA for a3ad9b6
1 file changed
netjsonconfig/backends/raspbian/converters/wireless.py
@@ -23,6 +23,8 @@ def to_intermediate(self):
23
'hidden': wireless.get('hidden', False),
24
'rts_threshold': wireless.get('rts_threshold', -1),
25
'frag_threshold': wireless.get('frag_threshold', -1),
26
+ 'macfilter': wireless.get('macfilter', None),
27
+ 'maclist': wireless.get('maclist', None),
28
'encryption': self._get_encryption(wireless)
29
})
30
radios = get_copy(self.netjson, 'radios')
0 commit comments