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 };
``