AltraMayor / gatekeeper

The first open-source DDoS protection system
https://github.com/AltraMayor/gatekeeper/wiki
GNU General Public License v3.0
1.25k stars 226 forks source link

Improve LLS/LACP error messages #64

Open cjdoucette opened 6 years ago

cjdoucette commented 6 years ago

LACP can take a long time (seconds) to properly negotiate and configure, and in the meantime there can be LLS transmission errors that are logged. We should ignore these error messages while still configuring, and also warn the user if LACP is taking an unusually long time to configure since a failure might have occurred. For example, the link partner may not have LACP configured.

This feature should remove the relevant TODO in lls/main.c.

AltraMayor commented 5 years ago

The tag TODO was changed to XXX since this issue is currently in the milestone Advanced features.