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 aaf6b18 commit 3f32e5cCopy full SHA for 3f32e5c
2 files changed
netjsonconfig/backends/airos/converters.py
@@ -142,11 +142,6 @@ class Dyndns(AirOsConverter):
142
143
def to_intermediate(self):
144
result = [
145
-# [
146
-# {
147
-# 'servicename': 'dyndns.org',
148
-# },
149
-# ],
150
{
151
'status': 'disabled',
152
},
netjsonconfig/backends/airos/wpasupplicant.py
@@ -132,6 +132,5 @@ def sta_wpa2_enterprise(interface):
132
'station': {
133
'none': sta_no_encryption,
134
'wpa2_personal': sta_wpa2_personal,
135
-# 'wpa2_enterprise': sta_wpa2_enterprise,
136
137
}
0 commit comments