xueliang | f83fbc6 | 2016-09-16 10:55:28 +0900 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2016-present Open Networking Foundation |
xueliang | f83fbc6 | 2016-09-16 10:55:28 +0900 | [diff] [blame] | 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> |
| 18 | <data> |
| 19 | <volt-ne xmlns="http://fujitsu.com/ns/volt/1.1"> |
| 20 | <volt-ofconfig> |
| 21 | <of-controllers> |
| 22 | <of-controller> |
| 23 | <ofconfig-id>1</ofconfig-id> |
| 24 | <controller-info> |
| 25 | <id>1</id> |
| 26 | <ip-address>172.10.10.45</ip-address> |
| 27 | <port>6633</port> |
| 28 | <protocol>tcp</protocol> |
| 29 | </controller-info> |
| 30 | <state> |
| 31 | <connection-state>up</connection-state> |
| 32 | <local-port-in-use>12345</local-port-in-use> |
| 33 | </state> |
| 34 | </of-controller> |
| 35 | <of-controller> |
| 36 | <ofconfig-id>2</ofconfig-id> |
| 37 | <controller-info> |
| 38 | <id>2</id> |
| 39 | <ip-address>100.0.0.22</ip-address> |
| 40 | <port>5555</port> |
| 41 | <protocol>tcp</protocol> |
| 42 | </controller-info> |
| 43 | <state> |
| 44 | <connection-state>up</connection-state> |
| 45 | <local-port-in-use>12345</local-port-in-use> |
| 46 | </state> |
| 47 | </of-controller> |
| 48 | </of-controllers> |
| 49 | </volt-ofconfig> |
| 50 | </volt-ne> |
| 51 | </data> |
| 52 | </rpc-reply> |