BUG:8761 Portmapping fails due to unnecessary hex conversion 80/60180/2
authoryogalakshmi.pa <yogalakshmi.pa@hcl.com>
Tue, 11 Jul 2017 20:13:47 +0000 (16:13 -0400)
committerYOGA LAKSHMI SWETHA PAYYAVULA <yogalakshmi.pa@hcl.com>
Fri, 14 Jul 2017 06:31:36 +0000 (06:31 +0000)
commit111d32dfa9643b91e99c76765a92009fbbb2fb56
tree8cbcc23ebe3d9d403d24fcd7df71d0c0dfc9ae80
parent7f9fc04f9bde9789be7183b70b00cdac12c5da64
BUG:8761 Portmapping fails due to unnecessary hex conversion

  * The VTN coordinator implementation is performing an
  operation to convert the switch ID to hexadecimal and
  then invoking VTN Manager REST API for creating port map.
  * Due to this the portmap creation fails when the logical
  port-id value is greater than nine
  * This was required for VTN in the Li release. But, later
  VTN Manager migrated to MD-SAL, after which this conversion
  was not necessary.

Change-Id: I8d84179442284101fa3b9033ed85c207042f9db0
Signed-off-by: yogalakshmi.pa <yogalakshmi.pa@hcl.com>
coordinator/modules/odcdriver/odc_vbrif.cc