Skip to content
Snippets Groups Projects

Add sites, and add integration of IPtrunks and routers with LSO deployment

Merged Karel van Klink requested to merge feature/new_device_model_and_sites_and_orgs into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -9,6 +9,6 @@ SUBSCRIPTION_MODEL_REGISTRY.update(
"Site": Site,
"Router": Device,
"Switch": Device,
# "Iptrunk": Iptrunk,
"Iptrunk": Iptrunk,
}
)
Loading