Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
9a44cfb8
Commit
9a44cfb8
authored
Oct 15, 2021
by
janis.streib
🦉
Browse files
FIXUP
parent
2610c69a
Changes
1
Hide whitespace changes
Inline
Side-by-side
middleware/net_suite/modules/macfinder/views.py
View file @
9a44cfb8
...
...
@@ -61,7 +61,7 @@ def create_job():
created_jobs
.
append
(
job_id
)
pipe
=
r
.
pipeline
()
pipe
.
multi
()
pipe
.
set
(
job_id
,
MacFinderJob
(
mac
=
request
.
json
[
'
n
mac'
],
job_id
=
job_id
,
vlan
=
vlan
,
bcd
=
vlan
.
bcd
))
pipe
.
set
(
job_id
,
MacFinderJob
(
mac
=
request
.
json
[
'mac'
],
job_id
=
job_id
,
vlan
=
vlan
,
bcd
=
vlan
.
bcd
))
pipe
.
expire
(
job_id
,
60
*
60
*
12
)
pipe
.
execute
()
return
jsonify
({
'success'
:
True
,
'job_ids'
:
created_jobs
})
...
...
Write
Preview
Supports
Markdown
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