b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | if PACKAGE_iputils-tracepath |
| 2 | |
| 3 | config 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. |
| 16 | endif |