Merge "Spec: OFPGC_ADD_OR_MOD support in openflowplugin"
[openflowplugin.git] / openflowjava / openflowjava-blueprint-config / src / main / resources / initial / default-openflow-connection-config.xml
1 <switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
2   <instance-name>openflow-switch-connection-provider-default-impl</instance-name>
3   <port>6653</port>
4   <transport-protocol>TCP</transport-protocol>
5   <group-add-mod-enabled>false</group-add-mod-enabled>
6   <tls>
7      <keystore>configuration/ssl/ctl.jks</keystore>
8      <keystore-type>JKS</keystore-type>
9      <keystore-path-type>PATH</keystore-path-type>
10      <keystore-password>opendaylight</keystore-password>
11      <truststore>configuration/ssl/truststore.jks</truststore>
12      <truststore-type>JKS</truststore-type>
13      <truststore-path-type>PATH</truststore-path-type>
14      <truststore-password>opendaylight</truststore-password>
15      <certificate-password>opendaylight</certificate-password>
16      <cipher-suites></cipher-suites>
17   </tls>
18 </switch-connection-config>