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
33 stars 4 forks source link

Use the switch int_id in the SDN web service calls for identifying the switch to apply the call to. #389

Closed spisarski closed 3 years ago

spisarski commented 3 years ago

The current way the web services identify the switch on which to apply the call is through the device_id & switch_mac which are now basically terrible means to achieve this goal. Please replace the aforementioned fields with the switch's int_id value.

spisarski commented 3 years ago

The current scenario has only one switch that is capable of dropping records so we don't really need this feature now.