https://github.com/mdlayher/yamlnetlink
Package yamlnetlink provides support for parsing YAML netlink specifications. MIT Licensed.
https://github.com/mdlayher/yamlnetlink
Last synced: 15 days ago
JSON representation
Package yamlnetlink provides support for parsing YAML netlink specifications. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/yamlnetlink
- Owner: mdlayher
- License: mit
- Created: 2022-09-14T12:47:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T16:55:55.000Z (over 2 years ago)
- Last Synced: 2024-10-31T04:50:37.475Z (6 months ago)
- Language: Go
- Size: 2.82 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yamlnetlink [](https://github.com/mdlayher/yamlnetlink/actions) [](https://pkg.go.dev/github.com/mdlayher/yamlnetlink) [](https://goreportcard.com/report/github.com/mdlayher/yamlnetlink)
Package `yamlnetlink` provides support for parsing YAML netlink specifications.
MIT Licensed.For more information, see:
- https://lore.kernel.org/all/[email protected]/
- https://github.com/kuba-moo/ynl/blob/main/Documentation/netlink/netlink-bindings.rstA goal of this project is to provide a `yamlnetlink-go` tool which automatically
generate Go code from YAML netlink specifications using
[`github.com/mdlayher/netlink`](https://github.com/mdlayher/netlink) and
[`github.com/mdlayher/genetlink`](https://github.com/mdlayher/genetlink).