File tree Expand file tree Collapse file tree
netjsonconfig/backends/airos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def to_intermediate(self):
163163 {
164164 'sys' : {
165165 'fw' : {
166- 'status' : 'enabled ' ,
166+ 'status' : 'disabled ' ,
167167 },
168168 'status' : 'enabled' ,
169169 },
@@ -222,7 +222,7 @@ class Igmpproxy(AirOSConverter):
222222 def to_intermediate (self ):
223223 result = [
224224 {
225- 'status' : 'enabled ' ,
225+ 'status' : 'disabled ' ,
226226 },
227227 ]
228228
@@ -237,11 +237,11 @@ def to_intermediate(self):
237237 {
238238 'sys' : {
239239 'portfw' : {
240- 'status' : 'enabled ' ,
240+ 'status' : 'disabled ' ,
241241 },
242242 'status' : 'enabled' ,
243243 },
244- 'status' : 'enabled ' ,
244+ 'status' : 'disabled ' ,
245245 },
246246 ]
247247
@@ -508,7 +508,11 @@ def to_intermediate(self):
508508 result = []
509509
510510 result .append ({
511- 'status' : 'disabled' ,
511+ 'remote' : {
512+ 'port' : 514 ,
513+ 'status' : 'disabled' ,
514+ },
515+ 'status' : 'enabled' ,
512516 })
513517 return (('syslog' , result ),)
514518
You can’t perform that action at this time.
0 commit comments