plajjan / snabbswitch

Snabb Switch: Fast open source packet processing
Apache License 2.0
7 stars 0 forks source link

Stuff #1

Closed plajjan closed 8 years ago

plajjan commented 8 years ago

Must have

plajjan commented 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.

plajjan commented 8 years ago

Multiple mitigations is fixed through 42ce74a353d83c915aef3b213330f369aa0bbe82.

plajjan commented 8 years ago

Mitigation configuration is now (after 95a07303b90451ae8e6f47a590d553ce0b819756 ) in a separate file but it's still not reloaded continuously.

plajjan commented 8 years ago

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.

plajjan commented 8 years ago

I'm closing this as I've created separate issues for all individual items.