X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=openflowjava.git;a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-configuration.yang;fp=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-configuration.yang;h=790a151b6bae6cb6bdc56e0e93e4f2cdf43aaad8;hp=38d8d58b26e2cd51acc651d922bc39c98c88a47c;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hpb=519a86d1ddcfb8f0fe264174e62e5424e1efba1f diff --git a/openflow-protocol-api/src/main/yang/openflow-configuration.yang b/openflow-protocol-api/src/main/yang/openflow-configuration.yang index 38d8d58b..790a151b 100644 --- a/openflow-protocol-api/src/main/yang/openflow-configuration.yang +++ b/openflow-protocol-api/src/main/yang/openflow-configuration.yang @@ -5,7 +5,7 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ - + module openflow-configuration { namespace "urn:opendaylight:openflow:config"; prefix "of-config"; @@ -17,11 +17,11 @@ typedef path-type { type enumeration { enum CLASSPATH { - value 0; + value 0; description "Keystore file is located on classpath."; } enum PATH { - value 1; + value 1; description "Keystore file is located on absolute or relative path."; } } @@ -30,11 +30,11 @@ typedef keystore-type { type enumeration { enum JKS { - value 0; + value 0; description "Keystore type - JKS."; } enum PKCS12 { - value 1; + value 1; description "Keystore type - PKCS12."; } }