vswitch: Add description for configuring GRE tunnels
authorJustin Pettit <jpettit@nicira.com>
Sat, 5 Dec 2009 07:07:09 +0000 (23:07 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 5 Dec 2009 07:07:09 +0000 (23:07 -0800)
vswitchd/vswitch-idl.ovsidl

index 05906faa8e8e0f2da25e0a1444d705e21eda9713..2b9971a3423c393b3767d7f91996b0ccbbcf3510 100644 (file)
@@ -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\".",