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
ed3febd0
Commit
ed3febd0
authored
Dec 13, 2018
by
Ladislav Lhotka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant owner
parent
fd6bdc34
Pipeline
#43281
passed with stages
in 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
yang-modules/cznic-resolver-common.yang
yang-modules/cznic-resolver-common.yang
+0
-10
yang-modules/cznic-resolver-common.yinx
yang-modules/cznic-resolver-common.yinx
+0
-12
yang-modules/model.tree
yang-modules/model.tree
+0
-2
No files found.
yang-modules/cznic-resolver-common.yang
View file @
ed3febd0
...
...
@@ -90,16 +90,6 @@ module cznic-resolver-common {
grouping
trust-anchor-spec
{
description
"Specification of a trust anchor."
;
leaf
owner
{
type
inet
:
domain-name
;
default
"."
;
description
"The domain name to which the trust anchor applies.
It is taken relative to the domain for which the trust
anchor is specified. If the value is '.', then the trust
anchor applies to the entire domain."
;
}
choice
trust-anchor-rdata
{
description
"A trust anchor is specified by a DS or DNSKEY resource
...
...
yang-modules/cznic-resolver-common.yinx
View file @
ed3febd0
...
...
@@ -107,18 +107,6 @@
<description>
<text>
Specification of a trust anchor.
</text>
</description>
<leaf
name=
"owner"
>
<type
name=
"inet:domain-name"
/>
<description>
<text>
<h:p>
The domain name to which the trust anchor applies.
</h:p>
<h:p>
It is taken relative to the domain for which the trust
anchor is specified. If the value is '.', then the trust
anchor applies to the entire domain.
</h:p>
</text>
</description>
<default
value=
"."
/>
</leaf>
<choice
name=
"trust-anchor-rdata"
>
<description>
<text>
A trust anchor is specified by a DS or DNSKEY
...
...
yang-modules/model.tree
View file @
ed3febd0
...
...
@@ -18,7 +18,6 @@
| | +--rw trust-anchors* [domain]
| | +---x add-trust-anchor
| | | +--ro input
| | | | +--ro owner? <domain-name(string)>
| | | | +--ro (trust-anchor-rdata)?
| | | | +--:(dnskey)
| | | | | +--ro dnskey
...
...
@@ -38,7 +37,6 @@
| | +--ro key-file? <fs-path(string)>
| | +--rw trust-anchor* [id]
| | +--rw id <uint8>
| | +--rw owner? <domain-name(string)>
| | +--rw (trust-anchor-rdata)?
| | +--:(dnskey)
| | | +--rw dnskey
...
...
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