mirror of
https://github.com/LiBwrt/nss-packages.git
synced 2025-12-16 17:15:09 +00:00
nss-ecm: only set reload trigger to disable packet steering
Previous change was reloading ECM on client DHCP requests causing temporary packet loss. Change reload trigger to instead just disable packet steering (the original intent of this feature). Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
967fb02dfb
commit
760e07e740
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qca-nss-ecm
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-nss-ecm.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@ -150,13 +150,11 @@ unload_ecm() {
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger "network"
|
||||
procd_add_reload_trigger "firewall"
|
||||
procd_add_reload_trigger "packet_steering"
|
||||
procd_add_raw_trigger "interface.*" 1000 /etc/init.d/qca-nss-ecm reload
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
start_service
|
||||
disable_packet_steering
|
||||
}
|
||||
|
||||
start_service() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user