Commit f4ed75a8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Automation component:

- Added missing IETF_L2VPN entry to enum
parent 9ae4ebf7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@ public enum DeviceDriverEnum {
    P4,
    IETF_NETWORK_TOPOLOGY,
    ONF_TR_352,
    XR
    XR,
    IETF_L2VPN
}