From 32e8e95088f2aac07b16cdd20984c1f8509903cd Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Jun 2023 14:52:24 +0200 Subject: [PATCH] Fix #60: add replace BusyBox ping with iputils-ping Among other things, it supports -L when detecting IPv6 neighbors: ping -6 -L ff02::1%eth0 Signed-off-by: Joachim Wiberg --- configs/aarch64_defconfig | 1 + configs/x86_64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 2835b7b0..fcea51c1 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -64,6 +64,7 @@ BR2_PACKAGE_FPING=y # BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set BR2_PACKAGE_IPTABLES=y BR2_PACKAGE_IPTABLES_NFTABLES=y +BR2_PACKAGE_IPUTILS=y BR2_PACKAGE_LLDPD=y BR2_PACKAGE_NETCALC=y BR2_PACKAGE_NETCAT_OPENBSD=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 0940df1a..4375cf95 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -61,6 +61,7 @@ BR2_PACKAGE_FPING=y # BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set BR2_PACKAGE_IPTABLES=y BR2_PACKAGE_IPTABLES_NFTABLES=y +BR2_PACKAGE_IPUTILS=y BR2_PACKAGE_LLDPD=y BR2_PACKAGE_NETCALC=y BR2_PACKAGE_NETCAT_OPENBSD=y