Skip to content

Commit 26e960f

Browse files
committed
[airos] added tshaper and unms converters to airos backend
1 parent b0dea0c commit 26e960f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

netjsonconfig/backends/airos/airos.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from .converters import (Aaa, Bridge, Discovery, Dyndns, Ebtables, Gui, Httpd,
44
Igmpproxy, Iptables, Netconf, Netmode, Ntpclient,
55
Pwdog, Radio, Resolv, Route, Snmp, Sshd, Syslog,
6-
System, Telnetd, Update, Users, Vlan, Wireless,
7-
Wpasupplicant)
6+
System, Telnetd, Tshaper, Unms, Update, Users,
7+
Vlan, Wireless, Wpasupplicant)
88
from .intermediate import flatten, intermediate_to_list
99
from .renderers import AirOsRenderer
1010
from .schema import schema
@@ -45,6 +45,8 @@ class AirOs(BaseBackend):
4545
Syslog,
4646
System,
4747
Telnetd,
48+
Tshaper,
49+
Unms,
4850
Update,
4951
Users,
5052
Vlan,

0 commit comments

Comments
 (0)