Comment 4 for bug 1564810

Revision history for this message
eon (eon-5) wrote :

The XMMP update sent by the controller when the VIP move is:

<?xml version="1.0"?>
<message <email address hidden>" to="ctl/bgp-peer">
 <event xmlns="http://jabber.org/protocol/pubsub">
  <items node="1/1/default-domain:jpbraun:aap_net:aap_net">
   <item id="15.15.15.15/32">
    <entry>
     <nlri>
      <af>1</af>
      <safi>1</safi>
      <address>15.15.15.15/32</address>
     </nlri>
     <next-hops>
      <next-hop>
       <af>1</af>
       <address>10.35.2.17</address>
       <label>40</label>
       <tunnel-encapsulation-list>
        <tunnel-encapsulation>gre</tunnel-encapsulation>
        <tunnel-encapsulation>udp</tunnel-encapsulation>
       </tunnel-encapsulation-list>
      </next-hop>
     </next-hops>
     <version>1</version>
     <virtual-network>default-domain:jpbraun:aap_net</virtual-network>
     <sequence-number>121</sequence-number>
     <security-group-list>
      <security-group>8000007</security-group>
     </security-group-list>
     <local-preference>200</local-preference>
    </entry>
   </item>
  </items>
 </event>
</message>

This confirms the correct change of the mpls label for the VIP route. But the update doesn't contain the new MAC address.