mirage / mirage-vnetif

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

Better monitoring #20

Open MagnusS opened 7 years ago

MagnusS commented 7 years ago

It's currently not possible to capture packets from the bridge without adding another node to observe the traffic. This is not ideal as it will often see packets in a different order than what would be observed by the nodes communicating. It would be useful to be able to monitor traffic directly on the vnetif, e.g. by adding a monitor function.