diff options
Diffstat (limited to 'Documentation/networking/ixgbe.txt')
-rw-r--r-- | Documentation/networking/ixgbe.txt | 2 |
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: | |||
138 | To enable Flow Director | 138 | To enable Flow Director |
139 | ethtool -K ethX ntuple on | 139 | ethtool -K ethX ntuple on |
140 | To add a filter | 140 | 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 |
142 | action 1 | 142 | action 1 |
143 | To see the list of filters currently present: | 143 | To see the list of filters currently present: |
144 | ethtool -u ethX | 144 | ethtool -u ethX |