Skip to content

Commit 6dc6964

Browse files
ramirosendavem330
authored andcommitted
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>
1 parent d2b2a13 commit 6dc6964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/networking/ixgbe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Other ethtool Commands:
138138
To enable Flow Director
139139
ethtool -K ethX ntuple on
140140
To add a filter
141-
Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 0x178000a
141+
Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 10.0.128.23
142142
action 1
143143
To see the list of filters currently present:
144144
ethtool -u ethX

0 commit comments

Comments
 (0)