mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-19 17:51:41 +00:00
Add NSS-ECM from QSDK11.4 NSS-ECM is the main package for NSS offloading. It provides various hooks, classifiers and calls to offload or not. It includes patches to make it run on kernel 5.10. Made for IPQ807x. Signed-off-by: Robert Marko <robimarko@gmail.com>
7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/sh
|
|
# Copyright (c) 2016 The Linux Foundation. All rights reserved.
|
|
|
|
[ -e "/sys/kernel/debug/ecm/ecm_db/defunct_all" ] && {
|
|
echo 1 > /sys/kernel/debug/ecm/ecm_db/defunct_all
|
|
}
|