cablelabs / transparent-security

Transparent Security is a solution for identify the source devices of a DDoS attack and mitigates the attack in the customer premises or the access network. This solution leverages a P4 based programmable data plane for add in-band network telemetry (INT) for device identification and in-band mitigation.
https://www.cablelabs.com/vaccinate-your-network-to-prevent-the-spread-of-ddos-attacks
Apache License 2.0
32 stars 4 forks source link

Ensure drop reports for every data_drop_t entry gets created. #354

Closed spisarski closed 3 years ago

spisarski commented 3 years ago

While working on the SimpleAE for ingesting TRPTs, I noticed that it appears that we are only processing the first data_drop_t entry rather than all of them. Currently our only test around drop reports only uses a single entry into that table. We should expand those tests while fixing the issue.