mirage / mirage-vnetif

Virtual network interface and software bridge for Mirage
ISC License
16 stars 13 forks source link

Mac address not checked on send #3

Open MagnusS opened 8 years ago

MagnusS commented 8 years ago

Currently the basic backend forwards frames to every other node except the sender without inspecting the payload.

See check:

https://github.com/MagnusS/mirage-vnetif/blob/master/lib/basic_backend.ml#L86