Skip to content
Snippets Groups Projects
Commit b09b6ca2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent eaabe3ba
No related branches found
No related tags found
3 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!308Resolve "(CTTC) Elaboration of the service component to handler IETF Slice and NCE domains"
...@@ -72,7 +72,7 @@ SERVICE_HANDLERS = [ ...@@ -72,7 +72,7 @@ SERVICE_HANDLERS = [
(L3NM_IETFL3VPN_ServiceHandler, [ (L3NM_IETFL3VPN_ServiceHandler, [
{ {
FilterFieldEnum.SERVICE_TYPE : ServiceTypeEnum.SERVICETYPE_L3NM, FilterFieldEnum.SERVICE_TYPE : ServiceTypeEnum.SERVICETYPE_L3NM,
FilterFieldEnum.DEVICE_DRIVER : [DeviceDriverEnum.DEVICEDRIVER_IETF_L3VPN], FilterFieldEnum.DEVICE_DRIVER : DeviceDriverEnum.DEVICEDRIVER_IETF_L3VPN,
} }
]), ]),
(L3NMNCEServiceHandler, [ (L3NMNCEServiceHandler, [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment