OVS_METER_BAND_TYPE_DROP
if (nla_put_u32(reply, OVS_BAND_ATTR_TYPE, OVS_METER_BAND_TYPE_DROP))
if (band->type == OVS_METER_BAND_TYPE_DROP) {