aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2014-12-05 19:35:43 +0200
committerDavid S. Miller <davem@davemloft.net>2014-12-09 16:02:32 -0500
commit6dc696401a819d01428301bb0236f47ab14b7cda (patch)
tree0e6a7aacec7a97d6786c8b045748a5571e6a32af /Documentation
parentopenvswitch: set correct protocol on route lookup (diff)
downloadlinux-dev-6dc696401a819d01428301bb0236f47ab14b7cda.tar.xz
linux-dev-6dc696401a819d01428301bb0236f47ab14b7cda.zip
Documentation (ixgbe.txt): use a decimal address.
This patch fixes the erronous usage of an hexadecimal address in the example, by replacing it with a decimal address. Signed-off-by: Rami Rosen <ramirose@gmail.com> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/ixgbe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
index 96cccebb839b..0ace6e776ac8 100644
--- a/Documentation/networking/ixgbe.txt
+++ b/Documentation/networking/ixgbe.txt
@@ -138,7 +138,7 @@ Other ethtool Commands:
To enable Flow Director
ethtool -K ethX ntuple on
To add a filter
- Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 0x178000a
+ Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 10.0.128.23
action 1
To see the list of filters currently present:
ethtool -u ethX