pve-common/data
Wolfgang Bumiller 807d94bb2e Fix #908: cleanup OVS ports in tap_unplug
tap_unplug() is only called in hotplugging functions which
perform a tap_plug() afterwards, and and in qemu-server's
bridge-down script.
The OVS port cleanup for non-firewall ports was done only in
tap_plug(), which means that in the case when qemu exits and
the tap device disappears, the OVS port for it stays.

With this patch the cleanup happens in both tap_unplug() and
tap_plug() to avoid problems with upgrades on systems
where there have already been ports leaked.
2016-04-13 06:40:21 +02:00
..
PVE Fix #908: cleanup OVS ports in tap_unplug 2016-04-13 06:40:21 +02:00
Makefile add abstract class to implement daemons 2014-12-17 14:35:17 +01:00