From: Justin Pettit Date: Sat, 5 Dec 2009 07:07:09 +0000 (-0800) Subject: vswitch: Add description for configuring GRE tunnels X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1546e02092566575b7b4d1d52981fbadfea56f7;p=openvswitch vswitch: Add description for configuring GRE tunnels --- 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\".",