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 xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> |
| 18 | <edit-config> |
| 19 | <target><running/></target> |
| 20 | <default-operation>merge</default-operation> |
| 21 | <config> |
| 22 | <volt-ne xmlns="http://fujitsu.com/ns/volt/1.1"> |
| 23 | <volt-ofconfig> |
| 24 | <of-controllers> |
| 25 | <of-controller> |
| 26 | <ofconfig-id>1</ofconfig-id> |
| 27 | <controller-info> |
| 28 | <id>1</id> |
| 29 | <ip-address>172.10.10.55</ip-address> |
| 30 | <port>2222</port> |
| 31 | <protocol>tcp</protocol> |
| 32 | </controller-info> |
| 33 | </of-controller> |
| 34 | <of-controller> |
xueliang | c6e47e2 | 2016-10-20 16:37:24 +0900 | [diff] [blame] | 35 | <ofconfig-id>2</ofconfig-id> |
xueliang | f83fbc6 | 2016-09-16 10:55:28 +0900 | [diff] [blame] | 36 | <controller-info> |
xueliang | c6e47e2 | 2016-10-20 16:37:24 +0900 | [diff] [blame] | 37 | <id>2</id> |
xueliang | f83fbc6 | 2016-09-16 10:55:28 +0900 | [diff] [blame] | 38 | <ip-address>172.20.33.11</ip-address> |
| 39 | <port>6633</port> |
| 40 | <protocol>tcp</protocol> |
| 41 | </controller-info> |
| 42 | </of-controller> |
| 43 | </of-controllers> |
| 44 | </volt-ofconfig> |
| 45 | </volt-ne> |
| 46 | </config> |
| 47 | </edit-config> |
| 48 | </rpc> |