Compare commits

...

1 Commits

Author SHA1 Message Date
Amit KUmar
0a72cf617e qos: Handled policer config for upstream 2022-03-30 17:42:43 +05:30

View File

@@ -931,10 +931,6 @@ reload_qos() {
local service_name="$1"
local cpu_model="$(cat /proc/socinfo | grep 'SoC Name' | cut -d':' -f2)"
case $cpu_model in
BCM68*|BCM6755) POLICER_SKIP=1 ;;
esac
if [ -z "$service_name" ]; then
configure_qos
elif [ "$service_name" == "shaper" ]; then