Fitz Mutch
Senior Member
When the router starts up, it checks if you've enabled the Bandwidth Limiter for an entire Guest Network Interface. If so, it apparently disables CTF (cut through forwarding). I think a reboot is needed for this code to run? See here:Thanks, but... why the final reboot?
https://github.com/RMerl/asuswrt-me...e/src/router/rc/sysdeps/init-broadcom.c#L1565
The actual implementation of Bandwidth Limiter is here:
https://github.com/RMerl/asuswrt-merlin/blob/master/release/src/router/rc/qos.c#L1181
Playing with an unreleased feature? Is there risk of boot loop?Doesn't it makes a loop reboot?