Bug2901: Fix Inventory ofport_request column in schema
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 26 Mar 2015 11:51:03 +0000 (07:51 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 26 Mar 2015 14:29:06 +0000 (10:29 -0400)
Fixes ofport_request column setter.  Open_vSwitch defines ofport_request as an
integer, not a String.  The setOpenFlowPortRequest() method was modified to
take Set<Integer> instead of String.

Change-Id: I95e4a015aa53015fee2a9802e4f034951bed2b47
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>

No differences found