You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include Mirage_protocols.ETHERNET module type in ethernet directly, remove
dependency on mirage-protocols (#8@hannesm)
The ethernet library is now wrapped, this means a lot of API breakage.
The most used binding, Ethernet_wire.sizeof_ethernet is now known as
Ethernet.Packet.sizeof_ethernet. (#8@hannesm)