mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-22 03:44:30 +02:00
Add support for "Mikrotik (Branded)" routers
This commit is contained in:
parent
9c8692451a
commit
d4988a9c72
4 changed files with 20 additions and 10 deletions
|
@ -5,6 +5,7 @@ import uuid
|
|||
SUPPORTED_ROUTER_TYPES = (
|
||||
('monitoring', 'Monitoring Only'),
|
||||
('routeros', 'Mikrotik (RouterOS)'),
|
||||
('routeros-branded', 'Mikrotik (Branded)'),
|
||||
('openwrt', 'OpenWRT')
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue