Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
e8c9052d
Commit
e8c9052d
authored
Jun 25, 2022
by
Andrey Vertiprahov
Browse files
release-22.1:Backport!6402
parent
5980caba
Changes
1
Hide whitespace changes
Inline
Side-by-side
inv/models/discoveryid.py
View file @
e8c9052d
...
...
@@ -116,7 +116,7 @@ class DiscoveryID(Document):
old_macs
=
set
(
m
.
first_mac
for
m
in
o
.
chassis_mac
)
o
.
chassis_mac
=
ranges
o
.
hostname
=
hostname
o
.
hostname_id
=
hostname
.
lower
()
o
.
hostname_id
=
hostname
.
lower
()
if
hostname
else
None
o
.
router_id
=
router_id
old_macs
-=
set
(
m
.
first_mac
for
m
in
o
.
chassis_mac
)
if
old_macs
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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