From: Alessandro Boch Date: Fri, 13 Dec 2013 07:20:34 +0000 (+0000) Subject: Merge "Notifying listeners when a subnet gets added or removed" X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~200 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=dab6acc5f42e8cdfbc8318012a8860677c59bdf8;hp=dca98296c2c94ae9b01f88c1faa6922fd03bbc5d Merge "Notifying listeners when a subnet gets added or removed" --- 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 +}