osrg / goplane

an agent for configuring linux network stack via GoBGP
http://osrg.github.io/gobgp/
119 stars 26 forks source link

Fix some errors on installation #17

Closed iwaseyusuke closed 8 years ago

iwaseyusuke commented 8 years ago

This patch fixes the problems related to the following error messages.

$ go get github.com/osrg/goplane
# github.com/osrg/goplane/netlink
/go/src/github.com/osrg/goplane/netlink/dataplane.go:136: unknown netlink.NexthopInfo field 'Flags' in struct literal
$ go get github.com/osrg/goplane
# github.com/osrg/goplane
/go/src/github.com/osrg/goplane/main.go:193: cannot use &newConfig.Zebra (type *"github.com/osrg/gobgp/config".Zebra) as type *"github.com/osrg/gobgp/config".ZebraConfig in argument to bgpServer.StartZebraClient
iwaseyusuke commented 8 years ago

I'm very sorry.

It seems have still error...

ishidawataru commented 8 years ago

Please use glide to install goplane

https://github.com/Masterminds/glide

iwaseyusuke commented 8 years ago

Hi Ishida-San,

Thank you for your reply! I'll try it.