pve-common/data
Wolfgang Bumiller 683d81c2a2 net: tap_plug() needs to apply rate limiting
Any action we take in tap_plug() when using OVS will undo
our rate limiting, which means any hotplug change must
restore the previous rate setting.
Since this means tap_plug() would always be followed by a
tap_rate_limit() call anyway we just include the rate
parameter here and let the caller decide whether the full
tap_plug() is required or the simple tap_rate_limit()
suffices.
2016-03-09 12:38:21 +01:00
..
PVE net: tap_plug() needs to apply rate limiting 2016-03-09 12:38:21 +01:00
Makefile add abstract class to implement daemons 2014-12-17 14:35:17 +01:00