Andrea Campanella | 423962b | 2016-02-26 13:09:22 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <configuration xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> |
| 3 | <capable-switch xmlns="urn:onf:config:yang"> |
| 4 | <id>openvswitch</id> |
| 5 | <logical-switches> |
| 6 | <switch> |
| 7 | <id>ofc-bridge</id> |
| 8 | <controllers> |
| 9 | <controller> |
| 10 | <id>tcp:1.1.1.1:1</id> |
| 11 | <ip-address>1.1.1.1</ip-address> |
| 12 | </controller> |
| 13 | <controller> |
| 14 | <id>tcp:2.2.2.2:2</id> |
| 15 | <ip-address>2.2.2.2</ip-address> |
| 16 | </controller> |
| 17 | </controllers> |
| 18 | </switch> |
| 19 | </logical-switches> |
| 20 | </capable-switch> |
| 21 | </configuration> |