On Sat, Feb 27, 2016 at 5:08 AM, Jamal Hadi Salim wrote:
> From: Jamal Hadi Salim
>
> Example usage:
> Set the skb priority using skbedit then allow it to be encoded
>
> sudo tc qdisc add dev $ETH root handle 1: prio
> sudo tc filter add dev $ETH parent 1: protocol ip prio 10 \
>
From: Jamal Hadi Salim
Example usage:
Set the skb priority using skbedit then allow it to be encoded
sudo tc qdisc add dev $ETH root handle 1: prio
sudo tc filter add dev $ETH parent 1: protocol ip prio 10 \
u32 match ip protocol 1 0xff flowid 1:2 \
action skbedit prio 17