Loading src/compute/requirements.in +1 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,4 @@ Flask-HTTPAuth==4.5.0 Flask-RESTful==0.3.9 jsonschema==4.4.0 requests==2.27.1 werkzeug==2.3.7 No newline at end of file src/device/service/drivers/openconfig/templates/Interfaces.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ LOGGER = logging.getLogger(__name__) XPATH_INTERFACES = "//oci:interfaces/oci:interface" XPATH_SUBINTERFACES = ".//oci:subinterfaces/oci:subinterface" XPATH_IPV4ADDRESSES = ".//ociip:ipv4/ociip:addresses/ociip:address" XPATH_IPV4ADDRESSES = ".//ociip:ipv6/ociip:addresses/ociip:address" XPATH_IPV6ADDRESSES = ".//ociip:ipv6/ociip:addresses/ociip:address" def parse(xml_data : ET.Element) -> List[Tuple[str, Dict[str, Any]]]: response = [] Loading src/webui/requirements.in +1 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,4 @@ Flask-WTF==1.0.0 flask-healthz==0.0.3 flask-unittest==0.1.2 lorem-text==2.1 werkzeug==2.3.7 No newline at end of file Loading
src/compute/requirements.in +1 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,4 @@ Flask-HTTPAuth==4.5.0 Flask-RESTful==0.3.9 jsonschema==4.4.0 requests==2.27.1 werkzeug==2.3.7 No newline at end of file
src/device/service/drivers/openconfig/templates/Interfaces.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ LOGGER = logging.getLogger(__name__) XPATH_INTERFACES = "//oci:interfaces/oci:interface" XPATH_SUBINTERFACES = ".//oci:subinterfaces/oci:subinterface" XPATH_IPV4ADDRESSES = ".//ociip:ipv4/ociip:addresses/ociip:address" XPATH_IPV4ADDRESSES = ".//ociip:ipv6/ociip:addresses/ociip:address" XPATH_IPV6ADDRESSES = ".//ociip:ipv6/ociip:addresses/ociip:address" def parse(xml_data : ET.Element) -> List[Tuple[str, Dict[str, Any]]]: response = [] Loading
src/webui/requirements.in +1 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,4 @@ Flask-WTF==1.0.0 flask-healthz==0.0.3 flask-unittest==0.1.2 lorem-text==2.1 werkzeug==2.3.7 No newline at end of file