Skip to content

Commit

Permalink
Remove unnecessary flowid classification on ingress policer
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbakke committed Feb 4, 2018
1 parent 82c4e8e commit 8d62b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tc-gen
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 8d62b89

Please sign in to comment.