Skip to content

Commit 9f2dd86

Browse files
committed
[airos] fixed wrong ebtables converter output namespace
1 parent 274b81f commit 9f2dd86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def to_intermediate(self):
171171
},
172172
]
173173

174-
return (('httpd', result),)
174+
return (('ebtables', result),)
175175

176176

177177
class Gui(AirOSConverter):

0 commit comments

Comments
 (0)