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 <daan.hoogl...@gmail.com>wrote:

> On Wed, May 14, 2014 at 12:31 AM, Sheng Yang <sh...@yasker.org> 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
>
> would seem to suggest "$ipv4" == "" and not !=
>
> --
> Daan
>

Reply via email to