The current implementation misses the mandatory attributes when sending locally generated routes to its Route Reflector (RR) clients, then the clients will reject the received routes.
The following patches fix to add or update attributes to for sending locally generated routes its RR clients and include some improvements. IWASE Yusuke (3): BGPSpeaker: Advertise local routes to RR clients pycodestyle: Ignore W504 and W605 BGPSpeaker: Fix BGP state string conversion ryu/services/protocols/bgp/peer.py | 51 ++++++++++++++---------------- tox.ini | 6 ++-- 2 files changed, 27 insertions(+), 30 deletions(-) -- 2.17.1 ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
