aboutsummaryrefslogtreecommitdiff
path: root/net/iputils/Config_tracepath.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/iputils/Config_tracepath.in')
-rw-r--r--net/iputils/Config_tracepath.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/iputils/Config_tracepath.in b/net/iputils/Config_tracepath.in
new file mode 100644
index 000000000..51a78dd4e
--- /dev/null
+++ b/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