]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
util: functions to support binding/unbinding midonet virtualports
authorAntoni Segura Puimedon <toni@midokura.com>
Mon, 23 Feb 2015 20:54:54 +0000 (21:54 +0100)
committerLaine Stump <laine@laine.org>
Tue, 17 Mar 2015 16:56:37 +0000 (12:56 -0400)
commite1f64856941630c0e4944c43384aa3ddbe9db810
treee5fce343243321e137c7d19fe0acb290b0582c0d
parent7a8f54bf4c59a27c4ae0dd5a2c2eadd093c107ad
util: functions to support binding/unbinding midonet virtualports

Adds the port type definitions and methods that will be used to bind
interfaces to the Midonet virtual ports.

virtnetdevmidonet.c adds the way to bind and unbind the ports by
calling into the Midonet Host Agent control command line (installed
with the midolman package).

Signed-off-by: Antoni Segura Puimedon <toni+libvirt@midokura.com>
configure.ac
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/util/virnetdevmidonet.c [new file with mode: 0644]
src/util/virnetdevmidonet.h [new file with mode: 0644]
src/util/virnetdevvportprofile.c
src/util/virnetdevvportprofile.h