-- -- (C) 2019-20 - ntop.org -- local status_keys = require "flow_keys" local alert_consts = require("alert_consts") -- ################################################################# return { status_key = status_keys.ntopng.status_blocked, alert_severity = alert_consts.alert_severities.info, alert_type = alert_consts.alert_types.alert_flow_blocked, i18n_title = "flow_details.flow_blocked_by_bridge" }