negan07 / ancistrus

Netgear's D7000 Nighthawk Router Experience Distributed Project
https://negan07.github.io/ancistrus/
GNU General Public License v2.0
66 stars 17 forks source link

QOS always active #17

Closed BoostOver closed 6 years ago

BoostOver commented 6 years ago

Flag or not flag in GUI, QoS is always on.

negan07 commented 6 years ago

yes

It happens also with the older package this is due to rc command from netgear environment it checks for setting after running the command and not before

infact if running: /usr/sbin/rc_app/rc_qos stop

it stops

I've noticed this thing first on openvpn too If trying to

nvram set openvpn_enable=0
rc openvpn restart

vpn not starting

while

nvram set openvpn_enable=1
rc openvpn restart

starting

now looking good:

opkg update opkg upgrade

BoostOver commented 6 years ago

Great.