diff options
-rw-r--r-- | Documentation/networking/multiqueue.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/multiqueue.txt b/Documentation/networking/multiqueue.txt index 10113ffa8072..8c2b06b77f61 100644 --- a/Documentation/networking/multiqueue.txt +++ b/Documentation/networking/multiqueue.txt | |||
@@ -68,7 +68,7 @@ the default simple_tx_hash or a custom netdev->select_queue() defined. | |||
68 | 68 | ||
69 | The behavior of tc filters remains the same. However a new tc action, | 69 | The behavior of tc filters remains the same. However a new tc action, |
70 | skbedit, has been added. Assuming you wanted to route all traffic to a | 70 | skbedit, has been added. Assuming you wanted to route all traffic to a |
71 | specific host, for example 192.168.0.3, though a specific queue you could use | 71 | specific host, for example 192.168.0.3, through a specific queue you could use |
72 | this action and establish a filter such as: | 72 | this action and establish a filter such as: |
73 | 73 | ||
74 | tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \ | 74 | tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \ |