Skip to content

Commit

Permalink
[baseimage]: install ndisc6 package (sonic-net#3344)
Browse files Browse the repository at this point in the history
ndisc6 gathers a few diagnostic tools for IPv6 networks including:

 - ndisc6, which performs ICMPv6 Neighbor Discovery in userland,
 - rdisc6, which performs ICMPv6 Router Discovery in userland,
 - rltraceroute6, a UDP/ICMP IPv6 implementation of traceroute,
 - tcptraceroute6, a TCP/IPv6-based traceroute implementation,
 - tcpspray6, a TCP/IP Discard/Echo bandwidth meter,
 - addrinfo, easy script interface for hostname and address resolution,
 - dnssort, DNS sorting script.

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored and wangshengjun committed Apr 28, 2020
1 parent 46a480b commit 51af28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
mtr-tiny \
locales \
cgroup-tools \
ipmitool
ipmitool \
ndisc6


if [[ $CONFIGURED_ARCH == amd64 ]]; then
Expand Down

0 comments on commit 51af28d

Please sign in to comment.