From 8a72578cec9ffe5bf815e38918fd82b190f8af38 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Fri, 11 Jan 2019 07:45:19 +0100 Subject: Remove not supported openconfig yang modules. Change-Id: I721def08356e64918424fdb889f545b64daeea88 Signed-off-by: Andrej Kozemcak --- .../yang/openconfig/openconfig-probes-types.yang | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/plugins/yang/openconfig/openconfig-probes-types.yang (limited to 'src/plugins/yang/openconfig/openconfig-probes-types.yang') diff --git a/src/plugins/yang/openconfig/openconfig-probes-types.yang b/src/plugins/yang/openconfig/openconfig-probes-types.yang deleted file mode 100644 index 0b4e1bd..0000000 --- a/src/plugins/yang/openconfig/openconfig-probes-types.yang +++ /dev/null @@ -1,75 +0,0 @@ -module openconfig-probes-types { - - yang-version "1"; - - // namespace - namespace "http://openconfig.net/yang/probes/types"; - - prefix "oc-probes-types"; - - // import some basic types - import openconfig-extensions { prefix oc-ext; } - - // meta - organization "OpenConfig working group"; - - contact - "OpenConfig working group - www.openconfig.net"; - - description - "This module defines types related to the probes."; - - oc-ext:openconfig-version "0.1.0"; - - revision "2017-09-05" { - description - "Initial public revision"; - reference "0.1.0"; - } - - typedef test-type { - type enumeration { - enum ICMP { - description - "Send ICMP echo requests."; - } - enum ICMP6 { - description - "Send ICMP6 echo requests."; - } - enum ICMP_TIMESTAMP { - description - "Send ICMP timestamp requests."; - } - enum ICMP6_TIMESTAMP { - description - "Sedn ICMP6 timestamp requests."; - } - enum TCP { - description - "Send TPC packets."; - } - enum UDP { - description - "Send UDP packets."; - } - enum UDP_TIMESTAMP { - description - "Send UDP packets with timestamp."; - } - enum HTTP_GET { - description - "Execute HTTP GET requests."; - } - enum HTTP_GET_META { - description - "Execute HTTP GET requests of metadata."; - } - } - description - "Type definition with enumerations describing the basis of - the probe test type identifier"; - } - -} \ No newline at end of file -- cgit 1.2.3-korg