package mirage-nat

  1. Overview
  2. Docs
Library for network address translation intended for use with mirage unikernels

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-nat-v1.1.0.tbz
md5=39659bd1b5c044a13b4b25c3a9565546

CHANGES.md.html

1.1.0 (2019-03-17)

  • Depend on (and require) new ethernet and arp packages, and the new tcpip that goes with them. (#24, by @yomimono)

  • Expose and demonstrate a Nat_packet.into_cstruct function which is a nicer fit for the new write API for network functions. (#24, by @yomimono)

  • Port the build system to Dune. (#24, by @yomimono)

1.0.0 (2017-10-05)

  • Initial release.