Re: [ACS44] Cherry pick for CLOUDSTACK-6241

2014-05-15 Thread Daan Hoogland
On Wed, May 14, 2014 at 12:31 AM, Sheng Yang wrote: > d32f5c70d26ce82561bbdce962fd881a644ab81c it's in but -if [ "$dflt" != "" ] +if [ "$dflt" != "" -a "$ipv4" != "" ] are you sure the comment is in line with the content? CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used

[ACS44] Cherry pick for CLOUDSTACK-6241

2014-05-15 Thread Sheng Yang
Hi Daan, Could you help to cherry pick the following commit to 4.4 branch? commit d32f5c70d26ce82561bbdce962fd881a644ab81c Author: Sheng Yang Date: Fri Mar 14 13:36:43 2014 -0700 CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used (cherry picked from commit e406adc0

Re: [ACS44] Cherry pick for CLOUDSTACK-6241

2014-05-14 Thread Sheng Yang
It is "not equal". When IPv4 is not set, no default route handling code would be processed. --Sheng On Wed, May 14, 2014 at 12:05 AM, Daan Hoogland wrote: > On Wed, May 14, 2014 at 12:31 AM, Sheng Yang wrote: > > d32f5c70d26ce82561bbdce962fd881a644ab81c > > > it's in > but > > -if [ "$dflt" !