BGP developer question for implementing future feature
Mattia Milani
mattia.milani at studenti.unitn.it
Mon Dec 17 22:51:56 CET 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20181217/f85e19d0/attachment.html>
More information about the Bird-users
mailing list