This is a libvdeplug plugin module to add encryption to a vde connection. It is based on the wolfSSL library.
This module of libvdeplug4 can be used in any program supporting VDE like vde_plug, kvm, qemu, user-mode-linux and virtualbox.
Requirements: vdeplug4 and wolfssl.
vdeplug_agno uses the auto-tools, so the standard procedure to build and install this vdeplug plugin module is the following:
$ autoreconf -if
$ ./configure
$ make
$ sudo make install
The following examples are UVDELs (Unified VDE Locator) to be used with programs supporting vde as specified by the syntax of those programs.
agno://{vde:///tmp/myswitch}
agno:///tmp/my_keyfile[ethtype=copy]{vde:///tmp/myswitch}
agno://[ethtype=rand]{vxvde://234.0.0.1}
vdens agno:///tmp/my_keyfile{vxvde://}
See the man page (libvdeplug_agno) for further information.