Export forwarding status field which includes dropped / discarded to Clickhouse traffic table
F
FastNetMon
We have option to get discarded traffic from multiple vendors https://fastnetmon.com/docs-fnm-advanced/discarded-traffic-monitoring-in-fastnetmon-advanced/ and we need to export it to database
Forwarding structure have following format:
```
enum class forwarding_status_t { unknown, forwarded, dropped, consumed };
``