On Tue, Nov 14, 2017 at 09:28:31PM -0500, Scott Reeve wrote:
> At this point, I would be fine to just add an empty row.
> 
> RFC shows this:
> -------------------------------
> 
> 5.2.1 <https://tools.ietf.org/html/rfc7047#section-5.2.1>.  Insert
> 
>    The "insert" object contains the following members:
> 
>       "op": "insert"          required
>       "table": <table>        required
>       "row": <row>            required
>       "uuid-name": <id>       optional
> 
> 
> The operation inserts "row" into "table".  If "row" does not specify
>    values for all the columns in "table", those columns receive default
>    values.
> 
> -------------------------------
> 
> 
> 
> That seems to indicate that "row" doesn't need any values after it -
> not sure how to code that.

Use {}.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to