Loading src/device/service/drivers/openconfig/templates/.gitignore 0 → 100644 +3 −0 Original line number Diff line number Diff line Components.py Interfaces.py NetworkInstances.py src/device/service/drivers/openconfig/templates/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
src/device/service/drivers/openconfig/templates/.gitignore 0 → 100644 +3 −0 Original line number Diff line number Diff line Components.py Interfaces.py NetworkInstances.py
src/device/service/drivers/openconfig/templates/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading