Hi Kakuma-San,
On 2016年12月09日 06:54, fumihiko kakuma wrote: >> >> How have we better to notify changes? >> Describing NOTE more explicitly on commit logs? > > I think this is better. Sure, I will. >> Or reporting on OpenStack lauchpad? > > In the openstack, announce on documents, release note or ML in > the current release that some features are marked for a deprecation and > remove or change them in the next release. > But a release cycle will be diffrent from ryu. > >> >> Then, for quick-fix, how about setting IPv6 capability enable when >> neighbor IP address is valid IPv6 address automatically? >> > > We pushed the following patch for the openstack. > - add 'ryu >= 4.9' to requirement list. > - modify neutron-dynamic-routing to use ryu 4.9 api. Thank you very much. I have a lot of fear and doubt because it is unclear which API can be change with pain less and which API is dangerous to change even if the change is in right direction... Thanks, Iwase > > Thanks, > kakuma > >> $ git diff >> diff --git a/ryu/services/protocols/bgp/bgpspeaker.py >> b/ryu/services/protocols/bgp/bgpspeaker.py >> index c56f8dd..fed47bf 100644 >> --- a/ryu/services/protocols/bgp/bgpspeaker.py >> +++ b/ryu/services/protocols/bgp/bgpspeaker.py >> @@ -372,6 +372,9 @@ class BGPSpeaker(object): >> CONNECT_MODE_BOTH use both methods. >> The default is CONNECT_MODE_BOTH. >> """ >> + # For the backward compatibility >> + if netaddr.valid_ipv6(address): >> + enable_ipv6 = True >> bgp_neighbor = { >> neighbors.IP_ADDRESS: address, >> neighbors.REMOTE_AS: remote_as, >> >> >> Thanks, >> Iwase >> >>> >>> >>> [1] e.g. neutron-dynamic-routing on openstack >>> https://github.com/openstack/neutron-dynamic-routing/blob/master/neutron_dynamic_routing/services/bgp/agent/driver/ryu/driver.py#L126 >>> >>> Thanks, >>> kakuma >>> > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel