X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=2af04bd1d21daf8f2a57b8c2dee34265c6d08fef;hb=d978fa4832bbc5176e05edd05bcdf2452a8dded2;hp=49119983e19796afc28054813e8d21c4b45fd9a6;hpb=09538fdc5765afad5c5419483e688d1de4fd5aea;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 49119983e..2af04bd1d 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1131,6 +1131,10 @@ on a host. + + The MAC address in use by this interface. + +

Ethernet address to set for this interface. If unset then the default MAC address is used:

@@ -1237,7 +1241,7 @@

An Ethernet tunnel over the experimental, UDP-based VXLAN protocol described at - http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02. + http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03. VXLAN is currently supported only with the Linux kernel datapath with kernel version 2.6.26 or later.

@@ -1249,6 +1253,13 @@

+
lisp
+
+ A layer 3 tunnel over the experimental, UDP-based Locator/ID + Separation Protocol (RFC 6830). LISP is currently supported only + with the Linux kernel datapath with kernel version 2.6.26 or later. +
+
patch
A pair of virtual devices that act as a patch cable. @@ -1265,7 +1276,7 @@

These options apply to interfaces with of gre, ipsec_gre, gre64, - ipsec_gre64, and vxlan. + ipsec_gre64, vxlan, and lisp.

@@ -1280,22 +1291,12 @@

-

- Required. The tunnel endpoint. Unicast and multicast endpoints are - both supported. -

- -

- When a multicast endpoint is specified, a routing table lookup occurs - only when the tunnel is created. Following a routing change, delete - and then re-create the tunnel to force a new routing table lookup. -

+ Required. The tunnel endpoint. Only unicast endpoints are supported.
Optional. The destination IP that received packets must match. - Default is to match all addresses. Must be omitted when is a multicast address. + Default is to match all addresses. @@ -1308,8 +1309,8 @@ key="in_key"/> at all.
  • - A positive 24-bit (for VXLAN), 32-bit (for GRE) or 64-bit (for - GRE64) number. The tunnel receives only packets with the + A positive 24-bit (for VXLAN and LISP), 32-bit (for GRE) or 64-bit + (for GRE64) number. The tunnel receives only packets with the specified key.
  • @@ -1335,8 +1336,8 @@ key="out_key"/> at all.
  • - A positive 24-bit (for VXLAN), 32-bit (for GRE) or 64-bit (for - GRE64) number. Packets sent through the tunnel will have the + A positive 24-bit (for VXLAN and LISP), 32-bit (for GRE) or 64-bit + (for GRE64) number. Packets sent through the tunnel will have the specified key.
  • @@ -1949,6 +1950,11 @@ two different hypervisors. That is, active means that this is the active instance within a single hypervisor, not in a broader scope. + There is one exception: some hypervisors support ``migration'' from a + given hypervisor to itself (most often for test purposes). During + such a ``migration,'' two instances of a single might both be briefly marked + active on a single hypervisor.