[ovs-dev] [PATCH 2/3] ovs-vsctl: Allow "get" commands to create @names also.

Jesse Gross jesse at nicira.com
Tue Sep 21 21:22:12 UTC 2010


On Mon, Sep 20, 2010 at 11:57 AM, Ben Pfaff <blp at nicira.com> wrote:
> +        *create_symbol(ctx->symtab, id, &new) = row->uuid;
> +        if (!new) {
> +            vsctl_fatal("row id \"%s\" specified on \"get\" command was used "
> +                        "before it was defined", id);
> +        }

I'm not really sure what this error string means.  insert does a get
and then we do an explicit get here as well.  What is the condition
where these would be different?

Otherwise looks good.




More information about the dev mailing list