Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@samoht samoht released this 15 Nov 20:47
· 9 commits to main since this release

CHANGES:

  • The initial release comprises of:
    • library iptables: an OCaml API to manage iptables nat redirections
    • library iptables_daemon_api: an API for communicating between the IP manager
      and the ocurrent plugin.
    • library iptables_client: a socket client for the IP manager API.
    • executable current-iptables-daemon: a daemon in charge of managing IPs and
      nat redirections, providing an endpoint for the iptables_daemon_api
    • executable current-albatross-deployer: an ocurrent plugin to deploy unikernels
      using albatross and current-iptables-daemon
    • executable iptables-cli: a command line interface to inspect the IP manager state.