Note: The following patches should be applied after: [PATCH 0/2] BGPSpeaker-Support-Ethernet-A-D-Route-and-Ethernet-S.patch
The ESI field should not be a route key for BGP processing in some EVPN route advertisement (e.g., MAC/IP Advertisement route). This patch confirms "esi" is an optional argument when deleting EVPN routes. IWASE Yusuke (2): BGPSpeaker: ESI to be optional arg in MAC/IP Adv route packet/bgp: Fix default of esi for IP Prefix route ryu/lib/packet/bgp.py | 7 ++++--- ryu/services/protocols/bgp/bgpspeaker.py | 2 -- ryu/tests/unit/services/protocols/bgp/test_bgpspeaker.py | 3 --- 3 files changed, 4 insertions(+), 8 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
