On Fri, 28 Sep 2018 03:01:06 +0900, Rinaldo Buratti wrote: > i want to add an extended community to a bgp announcement. > In ryu.lib.packet.bgp i see that there is the > BGPPathAttributeExtendedCommunities class, but i don't understand how to > use that. > I thought that i could build the entire packet, but it would be very > complex.
The BGP packet implementation resides in ryu.lib.packet.bgp and the speaker part resides in ryu.services.protocols.bgp. By setting an attribute into a pathattr_map, extcommunity would be advertised to peers, AFAIK. -- IWAMOTO Toshihiro _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel