mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
skbedit: Fix a typo in the documentation
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ca9b0e27e0
commit
67333bb567
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ the default simple_tx_hash or a custom netdev->select_queue() defined.
|
||||||
|
|
||||||
The behavior of tc filters remains the same. However a new tc action,
|
The behavior of tc filters remains the same. However a new tc action,
|
||||||
skbedit, has been added. Assuming you wanted to route all traffic to a
|
skbedit, has been added. Assuming you wanted to route all traffic to a
|
||||||
specific host, for example 192.168.0.3, though a specific queue you could use
|
specific host, for example 192.168.0.3, through a specific queue you could use
|
||||||
this action and establish a filter such as:
|
this action and establish a filter such as:
|
||||||
|
|
||||||
tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \
|
tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \
|
||||||
|
|
Loading…
Reference in a new issue