Re: [GoBGP-devel] BFD support in gobgp

2018-08-24 Thread FUJITA Tomonori
Hi, As far as I know, no one works on such. 2018年8月23日(木) 23:11 Praveen George via gobgp-devel : > > Hi Team, > > We are working on a SDN solution with quagga + BGP for the route > advertisements. However we are planning to move towards gobgp, hoping that it > supports BFD. Could you please

Re: [GoBGP-devel] MPLS label issue with VPNv4 routes

2018-01-30 Thread FUJITA Tomonori
> As on my previous mail, sorry I don't know why this PR was not accepted... GoBGP had the feature to allocate vpn labels but it was removed. https://github.com/osrg/gobgp/commit/c7653aa9d4276098a7a6b5ade5ffce5bf5d089e8 I assume that there is a label allocation component out of GoBGP. For

Re: [GoBGP-devel] Compilation error at table/path.go:392

2018-01-15 Thread FUJITA Tomonori
Hi, 2018-01-16 3:16 GMT+09:00 SHAIKH, AMAN (AMAN) : > Looks like this is due to the change in go.uuid library which was introduced > 12 days ago. > > See >

Re: [GoBGP-devel] gobgpd and zebra 1.2.1

2017-03-21 Thread FUJITA Tomonori
On Wed, 22 Mar 2017 08:50:19 +0900 Iwase Yusuke wrote: > Hi Paweł, > > I faced the same issue before. > How about setting "version = 3" in zebra.config section? > > e.g.) > [zebra] > [zebra.config] > enabled = true > url = "unix:/var/run/quagga/zserv.api" >

Re: [GoBGP-devel] gobgp.pb.go:2423: undefined: grpc.SupportPackageIsVersion2 error installing GoBGP

2016-06-16 Thread FUJITA Tomonori
On Thu, 16 Jun 2016 10:36:11 -0700 Meenakshi Kaushik wrote: > I tried, however still receive same error You need to get the latest code first. go get -u github.com/osrg/gobgp/gobgpd go get -u github.com/osrg/gobgp/gobgp

Re: [GoBGP-devel] gobgp.pb.go:2423: undefined: grpc.SupportPackageIsVersion2 error installing GoBGP

2016-06-15 Thread FUJITA Tomonori
I've pushed a fix for this. Can you try again? On Tue, 14 Jun 2016 17:23:59 -0700 Meenakshi Kaushik wrote: > Greetings, > > I am new to Go and GoBGP. > > I installed -- go version go1.6.2 linux/amd64 > > On GoBGP installation receive the following error > >