Files
cloudpods/vendor/github.com/mdlayher/ethernet
Jian QiuandQiu Jian 26089ffde0 fix: make condition eval compatible with go 1.18 (#14534)
* fix: make condition eval compatible with go 1.18

* fix: update circle-ci image to yunion/centos-build:go-1.18.3-0

* update go,mod go version to 1.18

* update vendor

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-28 00:29:56 +08:00
..
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00
2019-06-21 13:42:37 +08:00

ethernet Build Status GoDoc Go Report Card

Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. MIT Licensed.

For more information about using Ethernet frames in Go, check out my blog post: Network Protocol Breakdown: Ethernet and Go.