andrea | eb70a94 | 2015-10-16 21:34:46 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
andrea | eb70a94 | 2015-10-16 21:34:46 -0700 | [diff] [blame] | 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 | <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="7"> |
| 19 | <data> |
| 20 | <capable-switch xmlns="urn:onf:config:yang"> |
| 21 | <id>openvswitch</id> |
| 22 | <resources> |
| 23 | <port> |
| 24 | <name>ofc-bridge</name> |
| 25 | <requested-number>666</requested-number> |
| 26 | <configuration> |
| 27 | <admin-state>down</admin-state> |
| 28 | <no-receive>false</no-receive> |
| 29 | <no-forward>false</no-forward> |
| 30 | <no-packet-in>false</no-packet-in> |
| 31 | </configuration> |
| 32 | </port> |
| 33 | </resources> |
| 34 | <logical-switches> |
| 35 | <switch> |
| 36 | <id>ofc-bridge</id> |
| 37 | <datapath-id>00:01:02:03:04:05:06:07</datapath-id> |
| 38 | <lost-connection-behavior>failSecureMode</lost-connection-behavior> |
| 39 | <controllers> |
| 40 | <controller> |
| 41 | <id>(null)</id> |
| 42 | <ip-address>10.128.12.1</ip-address> |
| 43 | <port>6653</port> |
| 44 | <protocol>tcp</protocol> |
| 45 | </controller> |
| 46 | <controller> |
| 47 | <id>(null)</id> |
| 48 | <ip-address>10.128.12.2</ip-address> |
| 49 | <port>6654</port> |
| 50 | <protocol>tcp</protocol> |
| 51 | </controller> |
| 52 | </controllers> |
| 53 | <resources> |
| 54 | <port>ofc-bridge</port> |
| 55 | </resources> |
| 56 | </switch> |
| 57 | </logical-switches> |
| 58 | </capable-switch> |
| 59 | </data> |
| 60 | </rpc-reply> |