agares: fix traffic shaping bandwidth on inbound traffic via ppp0

This commit is contained in:
Tim Schubert 2024-01-29 18:36:18 +01:00
parent bc82597d05
commit c139794af5
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -169,7 +169,7 @@ in
extraConfig = '' extraConfig = ''
[CAKE] [CAKE]
OverheadBytes = 65 OverheadBytes = 65
Bandwidth = 40M Bandwidth = 100M
FlowIsolationMode = triple FlowIsolationMode = triple
''; '';
}; };