From: Ed Warnicke Date: Mon, 13 Jan 2014 13:47:06 +0000 (+0000) Subject: Merge "OF 1.3: Remove range check for max-length attribute for Output action." X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~104 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=895aef4866b5abec10d5a117d940a6ee0b197593;hp=c0081c3388499977ba1c736a4e344bdbb0f0787a Merge "OF 1.3: Remove range check for max-length attribute for Output action." --- diff --git a/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang b/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang index 43754a1dfd..3cc490f017 100644 --- a/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang +++ b/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang @@ -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; } } }