Skip to content

Releases: mirage/arp

3.1.1

08 May 09:38
Compare
Choose a tag to compare

CHANGES:

  • Remove mirage-random and mirage-random-test dependency (#29 @hannesm)
  • Remove superfluous mirage-clock-unix and mirage-flow dependencies (#29 @hannesm)
  • Remove bisect-ppx dependency (#29 @hannesm)

3.1.0

12 Mar 14:31
Compare
Choose a tag to compare

CHANGES:

3.0.0

10 Dec 17:12
7222488
Compare
Choose a tag to compare

CHANGES:

  • Include Mirage_protocols.ARP module type directly, remove dependency on
    mirage-protocols (#27 @hannesm)

v2.3.2

22 Apr 15:26
Compare
Choose a tag to compare

CHANGES:

v2.3.1

25 Nov 17:14
Compare
Choose a tag to compare

CHANGES:

  • Fix opam file to include mirage-profile dependency (#21 @hannesm)

v2.3.0

25 Nov 16:47
Compare
Choose a tag to compare

CHANGES:

v2.2.1

16 Dec 23:11
Compare
Choose a tag to compare

CHANGES:

v2.2.0

30 Oct 19:28
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-protocols 4.0.0 changes (#17 @hannesm)

v2.1.0

16 Jul 19:07
Compare
Choose a tag to compare

CHANGES:

  • Update to ipaddr.4.0.0 interfaces (#16 @avsm)

v2.0.0

24 Feb 14:38
Compare
Choose a tag to compare

CHANGES:

  • provide Arp_packet.size
  • Arp_handler API changes: return Arp_packet.t instead of Cstruct.t
  • adapt to ethernet 2.0.0 changes