Comment 11 for bug 1645092

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

Reviewed: https://review.opencontrail.org/27065
Committed: http://github.org/Juniper/contrail-controller/commit/e039251521aafbee673b0de71e289a95e2cce6cb
Submitter: Zuul (<email address hidden>)
Branch: master

commit e039251521aafbee673b0de71e289a95e2cce6cb
Author: Prakash Bailkeri <email address hidden>
Date: Thu Dec 8 11:10:11 2016 +0530

Add Mobility info to xmpp enet and inet message

To support mobility extended community, add sequence number and sticky bit to
xmpp route messages.

Xmpp message xml message will carry a tag "mobility" with "seqno" and "sticky"
as attribute.

Example:
<xmpp-message>
<mobility seqno="2" sticky="true" />
</xmpp-message>

Change-Id: Ife4909cff8e2febe349c44b48c5cae7abf0440f9
Related-bug: #1645092