aboutsummaryrefslogtreecommitdiff
path: root/ethtool.8.in
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2018-08-09 11:04:01 -0700
committerJohn W. Linville <linville@tuxdriver.com>2018-08-16 14:26:43 -0400
commiteff0bb337223257c751cce4f74ca8da0d46c4b08 (patch)
tree17bc5f5716865cdf7b4d01cd61e71864de1aea4c /ethtool.8.in
parentede3989cc2a781386e378566d6b7abead428d0b2 (diff)
downloadethtool-eff0bb337223257c751cce4f74ca8da0d46c4b08.tar.gz
ethtool: Add support for WAKE_FILTER (WoL using filters)
Add a new character 'f' which can be used to configure an Ethernet controller to support Wake-on-LAN using filters programmed with the ethtool::rxnfc and the special action -2 (wake-up filter). This is useful in particular in the context of devices that must support wake-up on more complex patterns such as multicast DNS packets. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'ethtool.8.in')
-rw-r--r--ethtool.8.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethtool.8.in b/ethtool.8.in
index 0a366aa..3eb9005 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -58,7 +58,7 @@
.\"
.\" \(*WO - wol flags
.\"
-.ds WO \fBp\fP|\fBu\fP|\fBm\fP|\fBb\fP|\fBa\fP|\fBg\fP|\fBs\fP|\fBd\fP...
+.ds WO \fBp\fP|\fBu\fP|\fBm\fP|\fBb\fP|\fBa\fP|\fBg\fP|\fBs\fP|\fBf|\fBd\fP...
.\"
.\" \(*FL - flow type values
.\"
@@ -679,6 +679,7 @@ b Wake on broadcast messages
a Wake on ARP
g Wake on MagicPacket\[tm]
s Enable SecureOn\[tm] password for MagicPacket\[tm]
+f Wake on filter(s)
d T{
Disable (wake on nothing). This option clears all previous options.
T}