Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pavel Zhukov
Kea
Commits
7de62601
Commit
7de62601
authored
Oct 23, 2018
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[65-libyang-testutils] Added missing (or restored) keaexample module
parent
a2b723d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
src/lib/yang/tests/keaexample-module.yang
src/lib/yang/tests/keaexample-module.yang
+32
-0
No files found.
src/lib/yang/tests/keaexample-module.yang
0 → 100644
View file @
7de62601
module
keaexample-module
{
yang-version
1.1
;
namespace
"urn:ietf:params:xml:ns:yang:keaexample-module"
;
prefix
tm
;
import
ietf-inet-types
{
prefix
inet
;
}
organization
"Sysrepo and ISC"
;
description
"ISC imported an example module from Sysrepo tests and adapted it
to kea testing regime."
;
contact
"kea-dev@lists.isc.org"
;
container
container
{
config
true
;
list
list
{
leaf
leaf
{
type
string
;
}
leaf
key1
{
type
string
;
}
leaf
key2
{
type
string
;
}
key
"key1 key2"
;
}
}
}
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