]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetlink: Provide stub for virNetlinkBridgeVlanFilterSet()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 12 May 2025 12:28:42 +0000 (14:28 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 14 May 2025 10:32:02 +0000 (12:32 +0200)
commit89c622744fd310ad6a1e8e15b9c571e7a6c9117f
treeff08c40148d854f00f1b9610c71691f4d7f27e6d
parentbd30147e740d49fdb5844160e480ca34611f75e5
virnetlink: Provide stub for virNetlinkBridgeVlanFilterSet()

In virnetlink.c there are two sections: the first one when
building WITH_LIBNL support, the other that provides stubs for
functions declared in the corresponding header file when building
without netlink support. But the stub implementation for
virNetlinkBridgeVlanFilterSet() was missing.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/util/virnetlink.c