]> xenbits.xensource.com Git - libvirt.git/commit
virnetdevopenvswitch: Drop @brname arg from virNetDevOpenvswitchRemovePort()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Apr 2024 10:37:23 +0000 (12:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Apr 2024 18:45:00 +0000 (20:45 +0200)
commit378dc6a32befa11ca04e488c34c202c15b224cf6
treef15b705f0922aad80e15a5ed6cd59aac8e5fda61
parentf8b5bd855f8312457fd9ad8a68fb044982bd3cc6
virnetdevopenvswitch: Drop @brname arg from virNetDevOpenvswitchRemovePort()

The @brname argument of virNetDevOpenvswitchRemovePort() is and
was unused ever since its introduction in v0.9.11-rc1~257. Just
remove it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/hypervisor/domain_interface.c
src/util/virnetdevopenvswitch.c
src/util/virnetdevopenvswitch.h
src/util/virnetdevtap.c