Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
600b02fc
Commit
600b02fc
authored
Mar 18, 2020
by
MaksimSmile13
Browse files
fix
parent
de3beefc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sa/profiles/NSN/TIMOS/get_interfaces.py
View file @
600b02fc
...
...
@@ -513,7 +513,6 @@ class Script(BaseScript):
match
=
self
.
re_port_info
.
search
(
line
)
if
match
:
port_detail
=
self
.
cli
(
"show port %s detail"
%
match
.
group
(
"name"
))
print
(
port_detail
)
match_detail
=
self
.
re_port_detail_info
.
search
(
port_detail
)
if
not
match_detail
:
match_detail
=
self
.
re_port_detail_info_sr
.
search
(
port_detail
)
...
...
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