neutron-dynamic-routing/neutron_dynamic_routing/services/bgp/agent/driver/ryu
fumihiko kakuma 9dc8c1afc2 Fix ipv6 transport failure caused by Ryu 4.9 and above
The api of neighbor_add has been changed in version 4.9 of Ryu.
It will let ipv6 transport in neutron-dynamic-routing fail.

In the previous version, a capability for address family is set
automatically from result of parsing address parameter in Ryu.
In the new version, the capability for ipv6 needs to be explicitly
specified by enable_ipv6 parameter.
This adds to parse an address in ryu driver in dragent.

Depends-On: Iae040244fd38a8e2a8f6278b07334739e6700f1f
Change-Id: I9eafc04a0a4ee651de0376f6cc98957a8a58eaf4
2016-12-13 22:12:40 +09:00
..
__init__.py Move BGP service plugin, agent, and tests out of Neutron repo 2016-05-16 12:22:24 +00:00
driver.py Fix ipv6 transport failure caused by Ryu 4.9 and above 2016-12-13 22:12:40 +09:00