This package browser is in early development. Mind the rough edges.

ndisc6

IPv6 diagnostic tools

NDisc6 is a collection of tools for IPv6 networking diagnostics. It includes the following programs:

  • ndisc6: ICMPv6 Neighbor Discovery tool.

  • rdisc6: ICMPv6 Router Discovery tool.

  • tcptraceroute6: IPv6 traceroute over TCP.

  • traceroute6: IPv6 traceroute over UDP.

  • rdnssd: Recursive DNS Servers discovery daemon.

Installation

Install the latest version of ndisc6 as follows:

guix install ndisc6

Or install a particular version:

guix install ndisc6@1.0.8

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ndisc6 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ndisc6'><img src='https://packages.guix.gnu.org/packages/ndisc6/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ndisc6/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ndisc6)

Example Org:

[[https://packages.guix.gnu.org/packages/ndisc6][https://packages.guix.gnu.org/packages/ndisc6/badges/latest-version.svg]]