Create YANG builders for all relevant model types 54/48254/16
authorTomas Slusny <tomas.slusny@pantheon.tech>
Fri, 11 Nov 2016 11:25:27 +0000 (12:25 +0100)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Mon, 12 Dec 2016 13:45:22 +0000 (14:45 +0100)
commit712e87d55084b804b677caeef0ee0c62e007493d
treeba9be93753c6096fda2b1b1ef87fd45f3ddf423d
parent19df41723c0886ea8aaaca64b08a08fac0f7aa00
Create YANG builders for all relevant model types

Add new *message builders to flow, group, meter and port
YANG models to allow us to serialize and deserialize them
properly.
Add dependency on openflowjava for model-flow-base
Update set-tp-src and set-tp-dst yang with ip-protocol

See also: bug 7137

Change-Id: Ie552e5b06778ec0d0d803e34b9628fb1c627d1ab
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
features-he/src/main/features/features.xml
features/src/main/features/features.xml
model/model-flow-base/pom.xml
model/model-flow-base/src/main/yang/opendaylight-action-types.yang
model/model-flow-base/src/main/yang/opendaylight-flow-types.yang
model/model-flow-base/src/main/yang/opendaylight-group-types.yang
model/model-flow-base/src/main/yang/opendaylight-meter-types.yang
model/model-flow-base/src/main/yang/opendaylight-port-types.yang