Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YANG Models
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
YANG Models
Commits
25ec9644
Commit
25ec9644
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
updated models
parent
6d9332f5
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
generated/arista/yang.go
+1
-1
1 addition, 1 deletion
generated/arista/yang.go
generated/tapi/tapi.go
+1
-1
1 addition, 1 deletion
generated/tapi/tapi.go
generated/tapi/yang.go
+2568
-2633
2568 additions, 2633 deletions
generated/tapi/yang.go
with
2570 additions
and
2635 deletions
generated/arista/yang.go
+
1
−
1
View file @
25ec9644
...
...
@@ -18,8 +18,8 @@ import (
"fmt"
"reflect"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/ygot"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/ytypes"
)
...
...
This diff is collapsed.
Click to expand it.
generated/tapi/tapi.go
+
1
−
1
View file @
25ec9644
...
...
@@ -3,4 +3,4 @@ package tapi
// This file is a placeholder in order to ensure that Go does not
// find this directory to contain an empty package.
//go:generate go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=../../yang -output_file=./yang.go -package_name=tapi -generate_fakeroot -fakeroot_name=device -shorten_enum_leaf_names -exclude_modules=ietf-interfaces ../../models/tapi-topology@2019-03-31.yang ../../models/tapi-connectivity@2019-03-31.yang ../../models/tapi-common@2019-03-31.yang ../../models/tapi-photonic-media@2019-03-31.yang
//go:generate go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=../../yang -output_file=./yang.go -package_name=tapi -generate_fakeroot -fakeroot_name=device -shorten_enum_leaf_names -exclude_modules=ietf-interfaces ../../models/tapi
/tapi
-topology@2019-03-31.yang ../../models/tapi
/tapi
-connectivity@2019-03-31.yang ../../models/tapi
/tapi
-common@2019-03-31.yang ../../models/tapi
/tapi
-photonic-media@2019-03-31.yang
This diff is collapsed.
Click to expand it.
generated/tapi/yang.go
+
2568
−
2633
View file @
25ec9644
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment