Dear,

Please. Someone have any idea what could be happening? I have a monitoring
routine that when a specific evenc occur i pass some prefixes to my RyuApp
to execute an announcement. When i use self.bgpspeaker.prefix_add(prefix)
the output is ok but when i see, only the first neighbor receives the
announcement. If i put in init method in my Ryu App it works nicely but if
i put in other method the prefix is announced only to the first neighbor.

What could be the cause of this problem? I can´t put the method execution
in my init method because i need only announce if something that i´m
monitoring occur.

2018-08-12 11:52 GMT-03:00 Marcio <marciovinicius.san...@uniriotec.br>:

> Dear,
>
> I have a ryu bgpspeaker instance running but when a specific condition
> occurs i need to announce a prefix previously defined to all my neighbors
> using prefix_add method. How could i do that? When i call prefix_add method
> it is announcing only to the first neighbor(the first interface) but i want
> to announce throught all bgpspeaker interfaces to all my neighbors.
>
> How could i achieve that?
>
> Since now, thanks for help.
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to