aboutsummaryrefslogtreecommitdiffstats
path: root/ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ethtool.c b/ethtool.c
index a616943..8b67698 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -5488,6 +5488,15 @@ static const struct option args[] = {
.help = "Perform a cable test",
},
{
+ .opts = "--cable-test-tdr",
+ .nlfunc = nl_cable_test_tdr,
+ .help = "Print cable test time domain reflectrometery data",
+ .xhelp = " [ first N ]\n"
+ " [ last N ]\n"
+ " [ step N ]\n"
+ " [ pair N ]\n"
+ },
+ {
.opts = "-h|--help",
.no_dev = true,
.func = show_usage,