ahcpd

ahcpd 0.53

Autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 networks

http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/
MIT License
main program: ahcpdprograms: ahcpd
Platforms (24)
microblazeel-linuxmipsel-linuxarmv5tel-linuxpowerpc-linuxsh4-linuxriscv32-linuxarmv7a-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ahcpd
];
Ad-hoc shell
nix-shell -p ahcpd
Flake (nix run)
nix run nixpkgs#ahcpd