Comment 23 for bug 1529665

Revision history for this message
amit surana (asurana-t) wrote :

Re-opening again, as the issue described in #9 still exists. Agent is sending a broadcast route to CN with incorrect encapsulation (mpls/gre as opposed to vxlan).

2016-02-17 05:44:12.953 XmppTxStream: Sent xmpp message to: 172.16.80.4 Port 5269 Size: 1046 Packet: <?xml version="1.0"?> <iq type="set" from="csol1-node12" <email address hidden>/bgp-peer" id="pubsub_l22602"> <pubsub xmlns="http://jabber.org/protocol/pubsub"> <publish node="25/242/255.255.255.255,0.0.0.0/32"> <item> <entry> <nlri> <af>25</af> <safi>242</safi> <ethernet-tag>0</ethernet-tag> <mac>ff:ff:ff:ff:ff:ff</mac> <address>0.0.0.0/32</address> </nlri> <next-hops> <next-hop> <af>1</af> <address>172.16.80.12</address> <label>20</label> <tunnel-encapsulation-list> <tunnel-encapsulation>gre</tunnel-encapsulation> <tunnel-encapsulation>udp</tunnel-encapsulation> </tunnel-encapsulation-list> </next-hop> </next-hops> <olist /> <virtual-network></virtual-network> <sequence-number>0</sequence-number> <security-group-list /> <local-preference>100</local-preference> <med>0</med> <edge-replication-not-supported>false</edge-replication-not-supported> <assisted-replication-supported>false</assisted-replication-supported> <leaf-olist /> <replicator-address></replicator-address> </entry> </item> </publish> </pubsub> </iq> $ controller/src/xmpp/xmpp_connection.cc 209