Remove unnecessary flowid classification on ingress policer
This commit is contained in:
parent
82c4e8e47c
commit
8d62b89eaa
|
|
@ -418,8 +418,7 @@ apply_ingress_policing () {
|
|||
${TC} filter add dev ${IF_NAME} parent ffff: protocol all prio 99 \
|
||||
u32 \
|
||||
match u32 0 0 \
|
||||
police rate ${DOWN_RATE}kbit burst ${BURST_SIZE} mtu ${MTU} drop \
|
||||
flowid :1
|
||||
police rate ${DOWN_RATE}kbit burst ${BURST_SIZE} mtu ${MTU} drop
|
||||
}
|
||||
|
||||
convert_rate () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue