From 20c7f09a7f96d2d9956c64329cc030c500630653 Mon Sep 17 00:00:00 2001 From: Gaurav Bhagwani Date: Thu, 12 Dec 2013 23:18:04 +0530 Subject: [PATCH] Openflowyang - added StripVlan, nwTos changes Signed-off-by: Gaurav Bhagwani Change-Id: Id459209edd3674415a01341cbbc5f0d6a10a583a --- .../src/main/yang/opendaylight-action-types.yang | 8 ++++++-- 1 file changed, 6 insertions(+), 2 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 81303d6867..43754a1dfd 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 @@ -332,7 +332,11 @@ module opendaylight-action-types { } } } - + + case strip-vlan-action-case { + container strip-vlan-action { + } + } case sw-path-action-case { container sw-path-action { @@ -340,4 +344,4 @@ module opendaylight-action-types { } } } -} \ No newline at end of file +} -- 2.36.6