ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/iputils/Config_tracepath.in b/external/subpack/net/iputils/Config_tracepath.in
new file mode 100644
index 0000000..51a78dd
--- /dev/null
+++ b/external/subpack/net/iputils/Config_tracepath.in
@@ -0,0 +1,16 @@
+if PACKAGE_iputils-tracepath
+
+config TRACEPATH_LEGACY_SYMLINKS
+ bool
+ default n
+ prompt "Install legacy tracepath4 and tracepath6 symlinks"
+ help
+ Iputils previously generated separate "tracepath" and
+ "tracepath6" binaries for supporting IPv4 and IPv6
+ communication, respectively. Recent versions of iputils
+ have merged support for both address families into a
+ single tracepath program. Select this option to install
+ "tracepath6" and "tracepath4" symlinks to the unified
+ binary to support compatibility with existing tools that
+ may still expect to find the old names.
+endif