Comment 14 for bug 1490418

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13622
Committed: http://github.org/Juniper/contrail-controller/commit/9a42ac4322fa60caf12c82f74529f3630a6d5ecf
Submitter: Zuul
Branch: master

commit 9a42ac4322fa60caf12c82f74529f3630a6d5ecf
Author: Hari <email address hidden>
Date: Mon Aug 31 13:49:34 2015 +0530

Add dhcp-option-value-bytes to take encoded input.

Added this field to DhcpOptionType in schema, to take input byte by byte
in decimal. When set, this value is copied for the option as is (for
options taking String as input).

Also, fix byte array processing to take each byte and encode that
value in DHCP response. Updated UTs for this.

Change-Id: I54df34ffc1c72c32a936314b91904520e01e6b7b
closes-bug: 1490418
(cherry picked from commit e94f03b25ad0e39b991c4e5365427ddf6405e8f4)
(cherry picked from commit fae2a735f9fde5952e1174033d411f90db3c73cb)