Skip to content

Commit 64063b2

Browse files
committed
[baseimage]: install ndisc6 package (#3344)
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]>
1 parent 2b8eca5 commit 64063b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_debian.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
244244
tcptraceroute \
245245
mtr-tiny \
246246
locales \
247-
mcelog
247+
mcelog \
248+
ndisc6
248249

249250
#Adds a locale to a debian system in non-interactive mode
250251
sudo sed -i '/^#.* en_US.* /s/^#//' $FILESYSTEM_ROOT/etc/locale.gen && \

0 commit comments

Comments
 (0)