Comment 5 for bug 1450842

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

Reviewed: https://review.opencontrail.org/9813
Committed: http://github.org/Juniper/contrail-controller/commit/6faad476fcaba575b2a14985b4941f9299a4725c
Submitter: Zuul
Branch: master

commit 6faad476fcaba575b2a14985b4941f9299a4725c
Author: Nischal Sheth <email address hidden>
Date: Thu Apr 30 22:14:00 2015 -0700

Fix endian issue with bgp identifier in open message

BgpProto::OpenMessage fields are in host byte order.
The Encode/Decode routines take care of serializing
and deserializing.

Fix the rest of the code based on the above.

Change-Id: I8c923405c4bc8a75a282ef7bc5f7fda04d92f0d8
Closes-Bug: #1450842