Compare commits

...

1 Commits

Author SHA1 Message Date
Amit Kumar
3bc59d9b63 qosmngr: error redirection 2021-09-23 04:04:36 +00:00

View File

@@ -864,7 +864,7 @@ configure_policer() {
local port=$(echo $unitport | cut -d ' ' -f 2)
# setting rate and burst size to 0 disables rate limiting
if [ $port != "" -a $unit != "" ]; then
ethswctl -c rxratectrl -n $unit -p $intf -x 0 -y 0
ethswctl -c rxratectrl -n $unit -p $intf -x 0 -y 0 2>/dev/null
fi
done
fi