Skip to content

Commit

Permalink
Add gobgp interface for get/parse bgpls info
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Sep 13, 2022
1 parent faca7d1 commit 1cf0011
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 12 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.18
require (
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/osrg/gobgp/v3 v3.4.0
github.com/spf13/cobra v1.4.0
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.47.0
Expand All @@ -17,8 +18,8 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
)
Loading

0 comments on commit 1cf0011

Please sign in to comment.