Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrey Yemelyanov
noc
Commits
7090480b
Verified
Commit
7090480b
authored
Aug 06, 2018
by
MaksimSmile13
Browse files
Fix get_cdp_neighbors if use Serial interface
parent
b512e7c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/discovery/jobs/box/cdp.py
View file @
7090480b
...
...
@@ -30,7 +30,7 @@ class CDPCheck(TopologyDiscoveryCheck):
yield
(
mo
.
get_profile
().
get_interface_names
(
n
[
"local_interface"
]),
device_id
,
mo
.
get_profile
().
get_interface_names
(
n
[
"remote_interface"
]
)
n
[
"remote_interface"
]
)
def
get_neighbor
(
self
,
n
):
...
...
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