X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=e1d9372fec6824bfdb3710b470052d4dec15b19c;hb=a6ae068b7b3ea1e039279e35ffae6ceddfb73866;hp=7fac2b39437d09813f886e88057a4fde58b18855;hpb=54e536a64f432b439832ad51dcd8ae175dac7487;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 7fac2b394..e1d9372fe 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1249,6 +1249,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 +1272,7 @@

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

@@ -1308,8 +1315,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 +1342,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.