Interface ofport and ofport_request support
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 25 Mar 2015 18:48:32 +0000 (14:48 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 26 Mar 2015 18:30:23 +0000 (14:30 -0400)
commitc213bab7c13ffc1c27508e07592dab536f75ea29
tree21f6298f51b07a0bae1070469cd79920a1bec90e
parent52fc80d50e4f22ce0088c0b59d80cee0f2ca9008
Interface ofport and ofport_request support

Added support to yang model for ofport and ofport_request.  These fields are
settable at the time of endpoint creation.  Changed the Interface schema ofport
field to utilize the type Integer; ofport is defined as an integer in the
Open_vSwitch specification.  Changed references to Interface ofport column to
use Integer data type.  Enforced a Yang model range for ofport_request to
ensure the value is in the range [1,65279] as defined by the Open_vSwitch
specification. Future work will persist these settings to the data store.

Change-Id: Ic8f1bab8d8fefe6b102cfceb50ba74f8cfa0b9b7
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
openstack/net-virt-providers/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/providers/openflow13/OF13Provider.java