Hello, I'm implementing a strange feature for a research.

Protocol: BGP
Bird version: 2.0.1

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.

I would like to do it at the end of the function:

bgp_rx_update(struct bgp_conn *conn, byte *pkt, uint len)

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.

Do you have any suggestion?

thanks,
Mattia

Reply via email to