GoPlane is an agent for configuring linux network stack via GoBGP
+=========================+
| GoBGP |
+=========================+
| <- gRPC API
+=========================+
| GoPlane |
+=========================+
| <- netlink/netfilter
+=========================+
| linux network stack |
+=========================+
You need glide to resolve goplane's dependencies.
$ go get github.com/osrg/goplane
$ cd $GOPATH/src/github.com/osrg/goplane; glide install