Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-instruction.yang
index 91aedd00963d59d6d88f068aa370c20b7f717609..671556e104bc83a4e2503d31a2e4c3f62391049f 100644 (file)
@@ -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-instruction {
     namespace "urn:opendaylight:openflow:common:instruction";
     prefix "ofinstruction";
@@ -51,7 +51,7 @@
 
     grouping instructions-grouping {
         list instruction {
-            key "type";
+            config false;
             leaf type {
                 type identityref {
                     base oft:instruction-base;