Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
resolvers-yang
Commits
0dff8589
Commit
0dff8589
authored
Feb 22, 2019
by
Aleš Mrázek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update parser.py
parent
d31abf98
Pipeline
#45661
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resolvers_yang/parser.py
resolvers_yang/parser.py
+1
-1
No files found.
resolvers_yang/parser.py
View file @
0dff8589
...
...
@@ -99,7 +99,7 @@ class TrustAnchorRR:
"dnskey"
:
{
"algorithm"
:
algorithm
,
"flags"
:
flags
,
"protocol"
:
int
(
protocol
),
"protocol"
:
int
(
protocol
.
strip
()
),
"public-key"
:
public_key
}
}
...
...
Write
Preview
Markdown
is supported
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