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 = ''
|
extraConfig = ''
|
||||||
[CAKE]
|
[CAKE]
|
||||||
OverheadBytes = 65
|
OverheadBytes = 65
|
||||||
Bandwidth = 95M
|
Bandwidth = 40M
|
||||||
FlowIsolationMode = triple
|
FlowIsolationMode = triple
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -185,13 +185,16 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[CAKE]
|
[CAKE]
|
||||||
OverheadBytes = 65
|
OverheadBytes = 65
|
||||||
Bandwidth = 36M
|
Bandwidth = 40M
|
||||||
FlowIsolationMode = triple
|
FlowIsolationMode = triple
|
||||||
|
NAT=true
|
||||||
|
|
||||||
[DHCPv6]
|
[DHCPv6]
|
||||||
PrefixDelegationHint= ::/56
|
PrefixDelegationHint= ::/56
|
||||||
UseAddress = false
|
UseAddress = false
|
||||||
UseDelegatedPrefix = true
|
UseDelegatedPrefix = true
|
||||||
WithoutRA = solicit
|
WithoutRA = solicit
|
||||||
|
|
||||||
[DHCPPrefixDelegation]
|
[DHCPPrefixDelegation]
|
||||||
UplinkInterface=:self
|
UplinkInterface=:self
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue