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

Renamed OpenConfig driver files

parent b4f1da0e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Components.py
Interfaces.py
NetworkInstances.py
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import lxml.etree as ET
from device.service.driver_api._Driver import RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES
from .Components import get_filter_components, extract_port_data
from .Interfaces import get_filter_interfaces, extract_interface_data
from .NetworkInstance import get_filter_network_instances, extract_network_instance_data
from .NetworkInstances import get_filter_network_instances, extract_network_instance_data

RESOURCE_FUNCTIONS = {
    RESOURCE_ENDPOINTS         : (get_filter_components, extract_port_data),