emmericp / MoonGen

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
MIT License
1.04k stars 234 forks source link

Fix example l3-tcp-syn-flood #275

Closed gadzhet closed 4 years ago

gadzhet commented 4 years ago

Fixed dst mac address in example. The Mac address was not complete, it was replaced by 00:00:00:00:00:00. This address drops on Extreme switches and traffic cannot leave the server port.