blob: c11ad84553c1a20d116d8dca602e84fbd38ba4e6 [file] [log] [blame]
Andrea Campanella423962b2016-02-26 13:09:22 -08001<?xml version='1.0' encoding='UTF-8'?>
2<!--
3 ~ Copyright 2016 Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17
18<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
19 <capable-switch xmlns="urn:onf:config:yang">
20 <id/>
21 <config-version/>
22 <resources>
23 <port>
24 <name/>
25 <number/>
26 <requested-number/>
27 <current-rate/>
28 <max-rate/>
29 <configuration/>
30 <state>
31 <oper-state/>
32 <blocked/>
33 <live/>
34 </state>
35 <features>
36 <current>
37 <rate/>
38 <auto-negotiate/>
39 <medium/>
40 <pause/>
41 </current>
42 <advertised>
43 <rate/>
44 <medium/>
45 <pause/>
46 </advertised>
47 <supported>
48 <rate/>
49 <medium/>
50 <pause/>
51 </supported>
52 <advertised-peer>
53 <rate/>
54 <medium/>
55 <pause/>
56 </advertised-peer>
57 </features>
58 <tunnel>
59 <local-endpoint-ipv4-adress/>
60 <remote-endpoint-ipv4-adress/>
61 </tunnel>
62 <ipgre-tunnel>
63 <local-endpoint-ipv4-adress/>
64 <remote-endpoint-ipv4-adress/>
65 <key/>
66 </ipgre-tunnel>
67 <vxlan-tunnel>
68 <local-endpoint-ipv4-adress/>
69 <remote-endpoint-ipv4-adress/>
70 <vni/>
71 </vxlan-tunnel>
72 </port>
73 <queue>
74 <resource-id/>
75 <id/>
76 <port/>
77 <properties>
78 <min-rate/>
79 <max-rate/>
80 <experimenter-id/>
81 <experimenter-data/>
82 </properties>
83 </queue>
84 <owned-certificate>
85 <resource-id/>
86 <certificate/>
87 <private-key>
88 <key-type/>
89 <key-data/>
90 </private-key>
91 </owned-certificate>
92 <external-certificate>
93 <resource-id/>
94 <certificate/>
95 </external-certificate>
96 <flow-table>
97 <resource-id/>
98 <table-id/>
99 <name/>
100 <max-entries/>
101 </flow-table>
102 </resources>
103 <logical-switches>
104 <switch>
105 <id/>
106 <capabilities>
107 <max-buffered-packets/>
108 <max-tables/>
109 <max-ports/>
110 <reserved-port-types>
111 <type/>
112 </reserved-port-types>
113 <group-types>
114 <type/>
115 </group-types>
116 <group-capabilities>
117 <capability/>
118 </group-capabilities>
119 <action-types>
120 <type/>
121 </action-types>
122 <instruction-types>
123 <type/>
124 </instruction-types>
125 </capabilities>
126 <datapath-id/>
127 <controllers>
128 <controller>
129 <id/>
130 <ip-address/>
131 <local-ip-address/>
132 <state>
133 <connection-state/>
134 <local-ip-address-in-use/>
135 <local-port-in-use/>
136 </state>
137 </controller>
138 </controllers>
139 <resources>
140 <port/>
141 <queue/>
142 <certificate/>
143 <flow-table/>
144 </resources>
145 </switch>
146 </logical-switches>
147 </capable-switch>
148</data>