Feature/l2circuits
Compare changes
- Neda Moeini authored
+ 91
− 5
@@ -17,13 +17,14 @@ from pydantic import BaseModel, ValidationError, field_validator, model_validato
@@ -38,7 +39,7 @@ from gso.services.subscriptions import (
@@ -49,7 +50,7 @@ from gso.utils.types.ip_address import (
@@ -327,6 +328,49 @@ class LanSwitchInterconnectImportModel(BaseModel):
@@ -339,6 +383,7 @@ T = TypeVar(
@@ -608,7 +653,7 @@ def import_nren_l3_core_service(filepath: str = common_filepath_option) -> None:
@@ -650,3 +695,44 @@ def import_lan_switch_interconnect(filepath: str = common_filepath_option) -> No