X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=7b0a5398e190eaffcb15aea7742e66e26b13ae3e;hb=f6b60e026eed9dcc68850c6f9e3b393e6a18fd49;hp=2c7fdf18ebd7531947044331d163512e59cefd24;hpb=00732bf5b5da6f1d71dc4f4b42f54224c03f71f6;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 2c7fdf18..7b0a5398 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -7,9 +7,6 @@ "bridges": { "comment": "Set of bridges managed by the daemon.", "type": {"key": "uuid", "min": 0, "max": "unlimited"}}, - "management_id": { - "comment": "Exactly 12 hex digits that identify the daemon.", - "type": "string"}, "controller": { "comment": "Default Controller used by bridges.", "type": {"key": "uuid", "min": 0, "max": 1}}, @@ -31,6 +28,9 @@ "name": { "comment": "Bridge identifier. Should be alphanumeric and no more than about 8 bytes long. Must be unique among the names of ports, interfaces, and bridges on a host.", "type": "string"}, + "datapath_type": { + "comment": "Name of datapath provider. The kernel datapath has type \"system\". The userspace datapath has type \"netdev\".", + "type": "string"}, "datapath_id": { "comment": "Reports the OpenFlow datapath ID in use. Exactly 12 hex digits.", "type": {"key": "string", "min": 0, "max": 1},