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
35b95214
Commit
35b95214
authored
Jun 13, 2020
by
Andrey Vertiprahov
Browse files
Fix matcher.
parent
ea35e605
Pipeline
#24056
passed with stages
in 23 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sa/profiles/Huawei/MA5600T/profile.py
View file @
35b95214
...
...
@@ -74,7 +74,7 @@ class Profile(BaseProfile):
matchers
=
{
"is_gpon_uplink"
:
{
"platform"
:
{
"$in"
:
[
"MA5626G"
]}},
"is_dslam"
:
{
"platform"
:
{
"$in"
:
[
"MA5600"
]}},
"is_dslam"
:
{
"platform"
:
{
"$in"
:
[
"MA5600"
,
"MA5603"
]}},
"is_ua5k"
:
{
"platform"
:
{
"$in"
:
[
"UA5000"
,
"UA5000IPMB"
,
"UA5000PVM"
]}},
"is_lldp_support"
:
{
"version"
:
{
"$gte"
:
"V800R018C10"
}},
}
...
...
Andrey Vertiprahov
@aversant
mentioned in commit
c890bffa
·
Jun 13, 2020
mentioned in commit
c890bffa
mentioned in commit c890bffa201adae04d0eead2f6a07aeb8e1cce71
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!3829 (merged)
·
Jun 13, 2020
mentioned in merge request
!3829 (merged)
mentioned in merge request !3829
Toggle commit list
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