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
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" !