https://github.com/mdlayher/vxlan
Package vxlan implements marshaling and unmarshaling of Virtual eXtensible Local Area Network (VXLAN) frames, as described in RFC 7348. MIT Licensed.
https://github.com/mdlayher/vxlan
Last synced: 15 days ago
JSON representation
Package vxlan implements marshaling and unmarshaling of Virtual eXtensible Local Area Network (VXLAN) frames, as described in RFC 7348. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/vxlan
- Owner: mdlayher
- License: mit
- Created: 2016-02-03T01:42:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T18:40:41.000Z (about 9 years ago)
- Last Synced: 2024-10-31T04:50:48.588Z (6 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
vxlan [](https://travis-ci.org/mdlayher/vxlan) [](https://coveralls.io/r/mdlayher/vxlan?branch=master) [](http://godoc.org/github.com/mdlayher/vxlan) [](http://goreportcard.com/report/mdlayher/vxlan)
=====Package `vxlan` implements marshaling and unmarshaling of Virtual eXtensible
Local Area Network (VXLAN) frames, as described in RFC 7348. MIT Licensed.