Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
powder-vpn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
David Johnson
powder-vpn
Commits
a13c1245
Commit
a13c1245
authored
Sep 04, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug, swapped mobile/wifi link characteristics.
parent
543396c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
profile/profile.py
profile/profile.py
+2
-2
No files found.
profile/profile.py
View file @
a13c1245
...
...
@@ -522,9 +522,9 @@ for (mlist,name,shaping) in [
([
"fw"
,
"mboss"
,
"mops"
],
"mlan"
,
[
params
.
fixedLinkSpeed
,
0
]),
([
"fw"
,
"mobile"
],
"mobileuplink"
,
[
params
.
wifiLinkSpeed
,
params
.
wifiLinkLatency
]),
([
"fw"
,
"wifi"
],
"wifiuplink"
,
[
params
.
mobileLinkSpeed
,
params
.
mobileLinkLatency
]),
([
"fw"
,
"wifi"
],
"wifiuplink"
,
[
params
.
wifiLinkSpeed
,
params
.
wifiLinkLatency
]),
([
"fw"
,
"inet"
],
"inetuplink"
,[])
]:
if
len
(
mlist
)
==
2
:
if
not
name
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment