From 6052d035269c91d93c8a1e29faf5b5fdc39d9801 Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Mon, 13 Jan 2014 16:14:37 +0530 Subject: [PATCH] OF 1.3: Remove range check for max-length attribute for Output action. Signed-off-by: Deepthi V V Change-Id: Ib163f5c145e4eef4e2e30684f7da7a4f43d5e97d --- .../src/main/yang/opendaylight-action-types.yang | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; } } } -- 2.36.6