Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/geneve
Package geneve implements marshaling and unmarshaling of Generic Network Virtualization Encapsulation (Geneve) headers, as described in the IETF internet draft: https://tools.ietf.org/html/draft-ietf-nvo3-geneve-02. MIT Licensed.
https://github.com/mdlayher/geneve
Last synced: about 1 month ago
JSON representation
Package geneve implements marshaling and unmarshaling of Generic Network Virtualization Encapsulation (Geneve) headers, as described in the IETF internet draft: https://tools.ietf.org/html/draft-ietf-nvo3-geneve-02. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/geneve
- Owner: mdlayher
- License: mit
- Created: 2016-08-06T00:54:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T22:29:51.000Z (over 8 years ago)
- Last Synced: 2024-06-20T01:55:59.403Z (5 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
geneve [![Build Status](https://travis-ci.org/mdlayher/geneve.svg?branch=master)](https://travis-ci.org/mdlayher/geneve) [![GoDoc](http://godoc.org/github.com/mdlayher/geneve?status.svg)](http://godoc.org/github.com/mdlayher/geneve) [![Report Card](https://goreportcard.com/badge/github.com/mdlayher/geneve)](https://goreportcard.com/report/github.com/mdlayher/geneve)
======Package `geneve` implements marshaling and unmarshaling of Generic Network
Virtualization Encapsulation (Geneve) headers, as described in the
IETF internet draft:
[https://tools.ietf.org/html/draft-ietf-nvo3-geneve-02](https://tools.ietf.org/html/draft-ietf-nvo3-geneve-02).
MIT Licensed.