Remove unnecessary flowid classification on ingress policer

This commit is contained in:
hk 2018-02-04 10:49:40 +01:00
parent 82c4e8e47c
commit 8d62b89eaa
1 changed files with 1 additions and 2 deletions

View File

@ -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 () {