.TH LIBVDEPLUG_VXLAN 1 "August 23, 2016" "Virtual Distributed Ethernet" .SH NAME libvdeplug_vxlan - vxlan vdeplug module .SH SYNOPSIS libvdeplug_vxlan.so .SH DESCRIPTION This is the libvdeplug module to join vxlan networks. Only one process per host can join each vxlan network. This module of libvdeplug4 can be used in any program supporting vde like \fBvde_plug\fR, \fBkvm\fR, \fBqemu\fR, \fBuser-mode-linux\fR and \fBvirtualbox\fR. The vde_plug_url syntax of this module is the following: .RS .br \fBvxlan://\fR[\fImulticast_addr\fR][\fB/\fIOPTION\fR][\fB/\fIOPTION\fR] .RE If \fImulticast_addr\fR is omitted libvdeplug_vxlan uses the default addresses: \fB239.0.0.1\fR for IPv4 and \fBff05:56de::1\fR for IPv6. .SH OPTIONS .TP \fBv4\fR use IPv4 .TP \fBv6\fR use IPv6 .TP \fBport=\fR \fIPORT define the multicast port (default value 4789) .TP \fBvni=\fR \fIVNI define the virtual network identifier (default value 1) .TP \fBttl=\fR \fITTL define the time-to-live (default value 1). \fBhashsize=\fR\fIHASHSIZE set the size of the hash table for packet switching .TP \fBexpiretime=\fR\fIEXPIRETIME set the maximum age in seconds of valid packet switching entries .TP \fBif=\fR\fIINTERFACE set the (real) network interface to use. .SH EXAMPLES .B vxlan://239.0.0.1 .br This vde_plug_url refers to the vxlan network defined on the multicast address 239.0.0.1, vni=1. .sp Programs using .br .B vxlan://ff15::3/port=12345/vni=42 .br join the same vxlan network defined by the multicast address ff15::1, port 12345, vni is 42. .SH NOTICE Virtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Information Technologies"). .SH SEE ALSO \fBvde_plug\fP(1),