alpha
Login
or
Join now
gazagnaire.org
/
ocaml-ipam
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
IP address management: CIDR pools and per-pool allocation
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-ipam
/
test
/
interop
/
moby
/
at
main
2 folders
2 files
Thomas Gazagnaire
csv: migrate monorepo callers to field codecs
10d ago
bc07ff93
scripts
interop: hermetic REGEN-gated trace regeneration + nox-ip IPv6 Migrate every interop test's trace regeneration to an (enabled_if (= %{env:REGEN=0} 1)) (mode promote) rule in traces/dune. A normal `dune test` then sees no rule -- the traces are pure committed source and the external oracle is never run -- while `REGEN=1 dune build @regen` regenerates and promotes them in place. The previous side-effect alias wrote into a read-only _build, so the regen trigger never worked. Normalise generate.sh to take the output dir as $1 and keep its venv/cache build-local. merlint: flip E815 to require the REGEN gate (it used to forbid it), repoint E810 at traces/dune's regen alias, add E816 for the generate.sh $1 argument. nox-ip: add IPv6 -- Ip.V4/Ip.V6 split, RFC 8200 header codec, upper-layer pseudo-header, extension-header walk; UDP-over-IPv6 and TCP wiring; the C/3D export; and a scapy interop harness. crcmod: fix the generator's CRC-16/X.25 params to crcmod's predefined "x-25" (the hand-rolled mkCrcFun produced a non-standard value).
3 months ago
traces
ocaml-ipam: add a pp for the IPAM handle
2 months ago
dune
ocaml-ipam: add a pp for the IPAM handle
2 months ago
test.ml
csv: migrate monorepo callers to field codecs Qualify scalar codecs through Csv.Field, move callers to the structured-error entry points, and adapt the legacy CDM channel wrappers through Bytesrw readers.
1 week ago