Tried a whole bunch of things but none seem to work.
There is one db: "hardware_vtep"
One of the tables is Ucast_Macs_Local:


    "Ucast_Macs_Local": {
      "columns": {
        "MAC": {
          "type": "string"},
        "ipaddr": {
          "type": "string"},
        "locator": {
          "type": {
            "key": {
              "refTable": "Physical_Locator",
              "type": "uuid"}}},
        "logical_switch": {
          "type": {
            "key": {
              "refTable": "Logical_Switch",
              "type": "uuid"}}}},
      "isRoot": true},

I want to add one row into this table.
Does "key" being present mean that the key is required?  Are there two keys
for Ucast_Macs_Local?

Here's an example of what I've tried:
sudo ovsdb-client transact tcp:10.100.52.92:6640 '["hardware_vtep",
{"op":"insert", "table":"Ucast_Macs_Local",
"row":{"Logical_Switch":"889240b8-13df-42cb-a733-18efe90aaf72"}}]'

The syntax of the schema has me quite confused.

Any suggestions are greatly appreciated.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to