libvirt/src/network
Laine Stump ddf1ccb7fe network: fix virtual network bridge delay setting
libvirt's network config documents that a bridge's STP "forward delay"
(called "delay" in the XML) should be specified in seconds, but
virNetDevBridgeSetSTPDelay() assumes that it is given a delay in
milliseconds (although the comment at the top of the function
incorrectly says "seconds".

This fixes the comment, and converts the delay to milliseconds before
calling virNetDevBridgeSetSTPDelay().
2012-08-23 14:27:53 -04:00
..
bridge_driver.c network: fix virtual network bridge delay setting 2012-08-23 14:27:53 -04:00
bridge_driver.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
default.xml Move config files to align with driver sources 2009-09-21 14:41:45 +01:00