The following patches update v2 patches for Iwamoto-San's comments to drop ignoring W605 because W605 would be a syntax error in python 3.10. https://bugs.python.org/issue32912
With this update, the following patches should be applied with Iwamoto-San's patches: [Ryu-devel] [PATCH 1/2] Fix pycodestyle W605 warnings [Ryu-devel] [PATCH 2/2] nx_actions: Fix NXActionSetTunnel docstring v1: 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 BGPSpeaker: Fix BGP state string conversion ryu/services/protocols/bgp/peer.py | 51 ++++++++++++++---------------- tox.ini | 5 +-- 2 files changed, 26 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 Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel