Commit 9d62192b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component - L3NM gNMI OpenConfig:

- Fixed VlanIdPropagator::is_router_device()
parent 233a24c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ ROUTER_TYPES = {
    DeviceTypeEnum.EMULATED_PACKET_RADIO_ROUTER.value,
}

def _is_router_device(self, device : DeviceComposer) -> bool:
def _is_router_device(device : DeviceComposer) -> bool:
    return device.objekt is not None and device.objekt.device_type in ROUTER_TYPES