• M
    bandwidth: Define schema and create documentation · a8923162
    Michal Privoznik 提交于
    Define new 'bandwidth' element with possible child element 'inbound'
    and 'outbound' addressing incoming and outgoing traffic respectively:
    
    <bandwidth>
      <inbound average='1000' peak='2000' burst='5120'/>
      <outbound average='500'/>
    </bandwidth>
    
    Leaving any element out means not to shape traffic in that
    direction.
    The units for average and peak (rate) are in kilobytes per second,
    for burst (size) are just in kilobytes.
    This element can be inserted into domain's 'interface' and
    'network'.
    a8923162
network.rng 6.6 KB