X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-flow-management%2Fsrc%2Fmain%2Fyang%2Fport-config.yang;fp=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-flow-management%2Fsrc%2Fmain%2Fyang%2Fport-config.yang;h=50762b87ce821411583acffa86418e656539c99c;hb=b0018881dbb148637989e84271b99bef918e966f;hp=945cc32ab5d33bb194d10e9ff63d971d573495fb;hpb=488968442f12e833afed12a11dcc30be495f0bab;p=controller.git diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-config.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-config.yang index 945cc32ab5..50762b87ce 100644 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-config.yang +++ b/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-config.yang @@ -14,7 +14,7 @@ module port-management { leaf node { type inv:node-ref; } - uses port:ofp-port-mod; + uses port:port-mod; } container ports { @@ -22,7 +22,7 @@ module port-management { key "id node"; leaf id { - type string; + type uint32; } uses port-entry;