Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
David Johnson
powder-vpn
Commits
543396c6
Commit
543396c6
authored
Sep 04, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug.
parent
1a123438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
profile/profile.py
profile/profile.py
+1
-1
No files found.
profile/profile.py
View file @
543396c6
...
...
@@ -569,7 +569,7 @@ for (uplink,shaping) in [("wifi",[params.wifiLinkSpeed,params.wifiLinkLatency]),
upnode
=
nodes
[
uplink
]
upname
=
upnode
.
client_id
if
params
.
aggUplinksAreLANs
:
lanlink
=
pg
.
L
ink
(
"%slanlink"
%
(
uplink
))
lanlink
=
pg
.
L
AN
(
"%slanlink"
%
(
uplink
))
uiface
=
upnode
.
addInterface
(
"if%d"
%
(
nextIfaceNum
(
upname
)))
lanlink
.
addInterface
(
uiface
)
for
(
vhostname
,
vhost
)
in
agghosts
.
iteritems
():
...
...
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