Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ovn-nb    ( 5 )

схема базы данных OVN_Northbound (OVN_Northbound database schema)

Meter_Band TABLE

Each row in this table represents a meter band which specifies the rate above which the configured action should be applied. These bands are referenced by the bands column in the Meter table.

Summary: action string, must be drop rate integer, in range 1 to 4,294,967,295 burst_size integer, in range 0 to 4,294,967,295 external_ids map of string-string pairs

Details: action: string, must be drop The action to execute when this band matches. The only supported action is drop.

rate: integer, in range 1 to 4,294,967,295 The rate limit for this band, in kilobits per second or bits per second, depending on whether the parent Meter entry's unit column specified kbps or pktps.

burst_size: integer, in range 0 to 4,294,967,295 The maximum burst allowed for the band in kilobits or packets, depending on whether kbps or pktps was selected in the parent Meter entry's unit column. If the size is zero, the switch is free to select some reasonable value depending on its configuration.

external_ids: map of string-string pairs See External IDs at the beginning of this document.