X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vtep%2Fvtep.ovsschema;h=4a25f2f4a3fa06d1298e2a55cf8b87d017b4e53f;hb=69d6040e861a6a001e65be85c0ed2aa8e60ac83e;hp=017183aa3f6aaa7005f9bff2ac7cb9f6887c41b6;hpb=255842d95365dbe1737bcc39b0daf47ce7f84c0d;p=sliver-openvswitch.git diff --git a/vtep/vtep.ovsschema b/vtep/vtep.ovsschema index 017183aa3..4a25f2f4a 100644 --- a/vtep/vtep.ovsschema +++ b/vtep/vtep.ovsschema @@ -1,6 +1,6 @@ { "name": "hardware_vtep", - "cksum": "1365749839 5604", + "cksum": "3096797177 6063", "tables": { "Global": { "columns": { @@ -121,6 +121,20 @@ "min": 0, "max": "unlimited"}}}, "isRoot": true, "indexes": [["name"]]}, + "Arp_Sources_Local": { + "columns": { + "src_mac": {"type": "string"}, + "locator": { + "type": {"key": {"type": "uuid", + "refTable": "Physical_Locator"}}}}, + "isRoot": true}, + "Arp_Sources_Remote": { + "columns": { + "src_mac": {"type": "string"}, + "locator": { + "type": {"key": {"type": "uuid", + "refTable": "Physical_Locator"}}}}, + "isRoot": true}, "Physical_Locator_Set": { "columns": { "locators": { @@ -162,4 +176,4 @@ "ephemeral": true}}, "indexes": [["target"]], "isRoot": false}}, - "version": "1.1.0"} + "version": "1.2.0"}