agares: fix CAKE settings
This commit is contained in:
parent
a6b9c42d47
commit
2b11e2acb9
1 changed files with 5 additions and 2 deletions
|
@ -166,7 +166,7 @@ in
|
|||
extraConfig = ''
|
||||
[CAKE]
|
||||
OverheadBytes = 65
|
||||
Bandwidth = 95M
|
||||
Bandwidth = 40M
|
||||
FlowIsolationMode = triple
|
||||
'';
|
||||
};
|
||||
|
@ -185,13 +185,16 @@ in
|
|||
extraConfig = ''
|
||||
[CAKE]
|
||||
OverheadBytes = 65
|
||||
Bandwidth = 36M
|
||||
Bandwidth = 40M
|
||||
FlowIsolationMode = triple
|
||||
NAT=true
|
||||
|
||||
[DHCPv6]
|
||||
PrefixDelegationHint= ::/56
|
||||
UseAddress = false
|
||||
UseDelegatedPrefix = true
|
||||
WithoutRA = solicit
|
||||
|
||||
[DHCPPrefixDelegation]
|
||||
UplinkInterface=:self
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue