Comment 3 for bug 1450683

Revision history for this message
Manish Singh (manishs) wrote :

Control node did not send the nexthop for Tor 11.1.7.2

2015-04-30 23:40:24.981 XmppRxStream: Received xmpp message from: 11.1.4.2 Port 5269 Size: 1416 Packet: <?xml version="1.0"?> <message <email address hidden>" to="c1-qa15/bgp-peer"> <event xmlns="http://jabber.org/protocol/pubsub"> <items node="25/242/default-domain:admin:VN-1-L3:VN-1-L3"> <item id="4-ff:ff:ff:ff:ff:ff,0.0.0.0/32"> <entry> <nlri> <af>25</af> <safi>242</safi> <ethernet-tag>4</ethernet-tag> <mac>ff:ff:ff:ff:ff:ff</mac> <address>0.0.0.0/32</address> </nlri> <next-hops /> <olist /> <virtual-network>unresolved</virtual-network> <sequence-number>0</sequence-number> <security-group-list /> <local-preference>100</local-preference> <edge-replication-not-supported>true</edge-replication-not-supported> <assisted-replication-supported>true</assisted-replication-supported> <leaf-olist> <next-hop> <af>1</af> <address>11.1.6.2</address> <label>4</label> <tunnel-encapsulation-list> <tunnel-encapsulation>vxlan</tunnel-encapsulation> </tunnel-encapsulation-list> </next-hop> <next-hop> <af>1</af> <address>11.1.9.2</address> <label>4</label> <tunnel-encapsulation-list> <tunnel-encapsulation>vxlan</tunnel-encapsulation> </tunnel-encapsulation-list> </next-hop> </leaf-olist> <replicator-address></replicator-address> </entry> </item> </items> </event> </message> $ controller/src/xmpp/xmpp_connection.cc 474

Since agent did not get the info so it did not program it.
Will have to see what was the state in control node.
Please let us know if this is seen again as we will have to check CN.