OF 1.3: Remove range check for max-length attribute for Output action. 75/4175/1
authorDeepthi V V <deepthi.v.v@ericsson.com>
Mon, 13 Jan 2014 10:44:37 +0000 (16:14 +0530)
committerDeepthi V V <deepthi.v.v@ericsson.com>
Mon, 13 Jan 2014 10:54:16 +0000 (16:24 +0530)
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
Change-Id: Ib163f5c145e4eef4e2e30684f7da7a4f43d5e97d

opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang

index 43754a1dfdad4e7d8354d43005ed52661e47c202..3cc490f01774ae710aa94c93f4b8223099b989f2 100644 (file)
@@ -49,9 +49,7 @@ module opendaylight-action-types {
                     }
                     
                     leaf max-length {
-                        type uint16 {
-                            range "0..65294";
-                        }
+                        type uint16;
                     }
                 }
             }
@@ -59,9 +57,7 @@ module opendaylight-action-types {
             case controller-action-case {
                 container controller-action {
                  leaf max-length {
-                     type uint16 {
-                         range "0..65294";
-                     }
+                     type uint16;
                  }
              }
             }