<div dir="ltr"><div>Hello, I'm implementing a strange feature for a research.</div><div><br></div><div>Protocol: BGP</div><div>Bird version: 2.0.1<br></div><div><br></div><div>I would like to send an UPDATE message after received one that didn't update the RT (with some other constraints to avoid continuous UPDATE sending), but I'm stocked.</div><div><br></div><div>I would like to do it at the end of the function:</div><div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"DejaVu Sans Mono"">bgp_rx_update(<span style="color:rgb(204,120,50);font-weight:bold">struct </span>bgp_conn *conn<span style="color:rgb(204,120,50)">, </span>byte *pkt<span style="color:rgb(204,120,50)">, </span>uint len)</pre></div><div>The UPDATE that I have to trigger use the same connection from the one I have received and the same network information, but I don't know how to trigger it.</div><div><br></div><div>Do you have any suggestion?</div><div><br></div><div>thanks,</div><div>Mattia<br></div><div><br></div><div><br></div></div>