• L
    network: fix virtual network bridge delay setting · ddf1ccb7
    Laine Stump 提交于
    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().
    ddf1ccb7
virnetdevbridge.c 13.9 KB