logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libvdeplug_pcap - vdeplug module for vde_switch based networks

Author

       VirtualSquare. Project leader: Renzo Davoli

VirtualSquare                                       June 2020                                 LIBVDEPLUG_PCAP(1)

Description

       This  libvdeplug  module  interconnects a client to an interface using the packet capture library (pcap):
       all the data that is received by this plug is injected into interface and everything captured  from  that
       interface is sent to the client.

       Please notice that the pcap library captures and injects packets on the net, packets sent by the host are
       not  captured, injected packets are not received by the host. So several clients using libvdeplug_pcap on
       the same interface of the same host do not communicate among them (nor they communicate with the host).

       This module of libvdeplug4 can be used in any program supporting vde like  vde_plug,  vdens,  kvm,  qemu,
       user-mode-linux and virtualbox.

       The vde_plug_url syntax of this module is the following:
              pcap://interface_name

Example

vde_plugvde://pcap://eth0

       connects the standard vde_switch to the interface eth0.

Name

libvdeplug_pcap - vdeplug module for vde_switch based networks

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").

See Also

vde_plug(1), vdens(1)

Synopsis

       libvdeplug_pcap.so

See Also