X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-flow-base%2Fsrc%2Fmain%2Fyang%2Fopendaylight-table-types.yang;h=91224ef93e88e5d59b2765a9aefe1328ddc0f43b;hp=393f6db9febbc0970b36c3dca1d8bf4d24ae674d;hb=9e8add2114ce1c3fd18a860af6e7419270611209;hpb=03ee21b4d6ae3dd6fd3a6991253e877dc96fabf5 diff --git a/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-table-types.yang b/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-table-types.yang index 393f6db9fe..91224ef93e 100644 --- a/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-table-types.yang +++ b/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-table-types.yang @@ -343,9 +343,7 @@ module opendaylight-table-types { container table-properties { list table-feature-properties { key "order"; - leaf order { - type int32; - } + uses action:ordered; uses table-feature-prop-type; } }