v0.3
-
Add support for NAT of ICMP queries (e.g. pings) and errors (e.g. "Host unreachable"). Before, these packets would be dropped.
-
Use an LRU cache to avoid running out of memory and needing to reset the table. Should avoid any more out-of-memory bugs.
-
Pass around parsed packets rather than raw ethernet frames.
-
Pin Docker base image to a specific hash. Requested by Joanna Rutkowska.
-
Update for Mirage 3.
-
Remove non-Docker build instructions. Fedora 24 doesn't work with opam (because the current binary release of aspcud's clasp binary segfaults, which opam reports as
External solver failed with inconsistent return value.).