]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevmacvlan: Provide stubs for macvlan related functions
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 10 Sep 2019 09:24:19 +0000 (11:24 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 10 Sep 2019 11:35:09 +0000 (13:35 +0200)
commitc803e05870f459948efa7dce97682d0169a525f7
tree84493f52263f2acaccf5101ee6ff4cbf4099bc37
parentb1b878c512cd0fc56863a86c9dd6036dcb05e137
virnetdevmacvlan: Provide stubs for macvlan related functions

In recent commit of 3d21ff72e0e the virNetDevMacVLanTapOpen() and
virNetDevMacVLanTapSetup() functions were exported in our private
symbols. But these functions live in an #ifdef so they need a
stub implementation.
Then in 1b46566ee the virNetDevMacVLanIsMacvtap() function was
implemented but again, only for #idef and without stub.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdevmacvlan.c