Closed plajjan closed 8 years ago
So I assumed there was an ARP app readily available. I was wrong. I really don't want to focus on writing one before the hackday so I suggest we stick with static ARP entry on the router and in SnabbDDoS we use static destination MAC for egress traffic.
Multiple mitigations is fixed through 42ce74a353d83c915aef3b213330f369aa0bbe82.
Mitigation configuration is now (after 95a07303b90451ae8e6f47a590d553ce0b819756 ) in a separate file but it's still not reloaded continuously.
I implemented reloading of the config in a9a0b7f1a43eb3fa16f9d57f964285f8b2af0cd9 It's rather ugly with re-reading the content of the file every second (called from periodic()) and if a change is detected we actually load the new config. self.sources is reset on loading of config so current state of sources is lost. We should obviously do this in a more graceful manner.
I'm closing this as I've created separate issues for all individual items.
Must have
Nice to have