From: Rami Rosen Date: Fri, 5 Dec 2014 17:35:43 +0000 (+0200) Subject: Documentation (ixgbe.txt): use a decimal address. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6dc696401a819d01428301bb0236f47ab14b7cda;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- 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