Skip to content

Instantly share code, notes, and snippets.

View adobley's full-sized avatar
💜

Aidan Obley adobley

💜
View GitHub Profile
@adobley
adobley / Makefile
Last active August 24, 2018 18:07
list fdb issue on ubuntu-xenial, kernel 4.15.0, reproduction steps
all: deps build
deps:
go get github.com/vishvananda/netlink
build:
GOOS=linux GOARCH=amd64 go build