X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch-idl.ovsidl;h=2b9971a3423c393b3767d7f91996b0ccbbcf3510;hb=f6f8c3ba779e357801ebaefdf8ef8a426ab73ea4;hp=05906faa8e8e0f2da25e0a1444d705e21eda9713;hpb=99331c0a3364e1c71b7d8ae1359b593ec17fd11e;p=openvswitch diff --git a/vswitchd/vswitch-idl.ovsidl b/vswitchd/vswitch-idl.ovsidl index 05906faa..2b9971a3 100644 --- a/vswitchd/vswitch-idl.ovsidl +++ b/vswitchd/vswitch-idl.ovsidl @@ -84,7 +84,7 @@ "comment": "Interface name. Should be alphanumeric and no more than about 8 bytes long. May be the same as the port name, for non-bonded ports. Must otherwise be unique among the names of ports, interfaces, and bridges on a host.", "type": "string"}, "type": { - "comment": "The interface type. Normal network devices, e.g. eth0, have type \"system\" or \"\" (which are synonyms). Internal ports have type \"internal\". TUN/TAP devices have type \"tap\".", + "comment": "The interface type. Normal network devices, e.g. eth0, have type \"system\" or \"\" (which are synonyms). Internal ports have type \"internal\". TUN/TAP devices have type \"tap\". GRE devices have type \"gre\".", "type": "string"}, "options": { "comment": "Configuration options whose interpretation varies based on \"type\".",