Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T18:40:41.000Z (over 8 years ago)
- Last Synced: 2024-10-31T04:50:48.588Z (13 days 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 [![Build Status](https://travis-ci.org/mdlayher/vxlan.svg?branch=master)](https://travis-ci.org/mdlayher/vxlan) [![Coverage Status](https://coveralls.io/repos/mdlayher/vxlan/badge.svg?branch=master)](https://coveralls.io/r/mdlayher/vxlan?branch=master) [![GoDoc](http://godoc.org/github.com/mdlayher/vxlan?status.svg)](http://godoc.org/github.com/mdlayher/vxlan) [![Report Card](http://goreportcard.com/badge/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.