Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/yamlnetlink
Package yamlnetlink provides support for parsing YAML netlink specifications. MIT Licensed.
https://github.com/mdlayher/yamlnetlink
Last synced: 6 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T16:55:55.000Z (about 2 years ago)
- Last Synced: 2024-10-31T04:50:37.475Z (13 days 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 [![Test Status](https://github.com/mdlayher/yamlnetlink/workflows/Test/badge.svg)](https://github.com/mdlayher/yamlnetlink/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/mdlayher/yamlnetlink.svg)](https://pkg.go.dev/github.com/mdlayher/yamlnetlink) [![Go Report Card](https://goreportcard.com/badge/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).