-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlibvdeplug_vde.1.html
89 lines (70 loc) · 2.8 KB
/
libvdeplug_vde.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of LIBVDEPLUG_VDE</TITLE>
</HEAD><BODY>
<H1>LIBVDEPLUG_VDE</H1>
Section: User Commands (1)<BR>Updated: August 23, 2016<BR><A HREF="#index">Index</A>
<A HREF="/#/man/index">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
libvdeplug_vde - vdeplug module for vde_switch based networks
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
libvdeplug_vde.so
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
This is the standard vdeplug module for vde_switch based networks.
This module of libvdeplug4 can be used in any program supporting vde like
<B>vde_plug</B>, <B>kvm</B>, <B>qemu</B>, <B>user-mode-linux</B> and <B>virtualbox</B>.
The vde_plug_url syntax of the module is the following:
<DL COMPACT><DT><DD>
<BR>
<B>vde://</B><I>path_of_the_switch</I>[<B>[</B><I>port#_or_portgroup</I><B>]</B>]
</DL>
<P>
This is the default module for libvdeplug, any string not containing '://' (like a path)
is processes by libvdeplug_vde. (e.g. /tmp/vde.ctl is equivalent to <A HREF="vde:///tmp/vde.ctl).">vde:///tmp/vde.ctl).</A>
<P>
<A NAME="lbAE"> </A>
<H2>EXAMPLES</H2>
<B><A HREF="vde:///tmp/myswitch">vde:///tmp/myswitch</A></B>
<BR>
This vde_plug_url refers to the vde_switch identified by the directory <B>/tmp/vde_switch</B>.
Please note that there are three slashes '///' as '<A HREF="vde://'">vde://'</A> is the prefix and the third slash is
the first character of the absolute path.
<BR>
<B><A HREF="vde://thisswitch[3]">vde://thisswitch[3]</A></B>
<BR>
this means the port #3 of the switch whose identifier is <B>thisswitch</B> in the current directory
<BR>
<B><A HREF="vde:///var/run/vde.ctl[privatelan]">vde:///var/run/vde.ctl[privatelan]</A></B>
<BR>
this is used to create a connetion to the pertgroup <B>privatelan</B> of the switch <B>/var/run/vde.ctl</B>.
<A NAME="lbAF"> </A>
<H2>NOTICE</H2>
Virtual Distributed Ethernet is not related in any way with
<A HREF="http://www.vde.com">www.vde.com</A> ("Verband der Elektrotechnik, Elektronik und Informationstechnik"
i.e. the German "Association for Electrical, Electronic & Information
Technologies").
<A NAME="lbAG"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/#/man/man1/vde_switch.1.html">vde_switch</A></B>(1),
<B><A HREF="/#/man/man1/vde_plug.1.html">vde_plug</A></B>(1),
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">EXAMPLES</A><DD>
<DT><A HREF="#lbAF">NOTICE</A><DD>
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 15:22:07 GMT, November 27, 2023
</BODY>
</HTML>