blob: 51a78dd4ef8d74c65baf67b3e626dd32738a6e22 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001if PACKAGE_iputils-tracepath
2
3config TRACEPATH_LEGACY_SYMLINKS
4 bool
5 default n
6 prompt "Install legacy tracepath4 and tracepath6 symlinks"
7 help
8 Iputils previously generated separate "tracepath" and
9 "tracepath6" binaries for supporting IPv4 and IPv6
10 communication, respectively. Recent versions of iputils
11 have merged support for both address families into a
12 single tracepath program. Select this option to install
13 "tracepath6" and "tracepath4" symlinks to the unified
14 binary to support compatibility with existing tools that
15 may still expect to find the old names.
16endif