diff --git a/protocols/bgp/server/peer.go b/protocols/bgp/server/peer.go index fe12b36d485879278df074456027c73f4149b910..125393fb8fbfbfb5ed4bb626a5bc0aa352094d82 100644 --- a/protocols/bgp/server/peer.go +++ b/protocols/bgp/server/peer.go @@ -5,12 +5,11 @@ import ( "sync" "time" - "github.com/bio-routing/bio-rd/routingtable/locRIB" - "github.com/bio-routing/bio-rd/config" "github.com/bio-routing/bio-rd/protocols/bgp/packet" "github.com/bio-routing/bio-rd/routingtable" "github.com/bio-routing/bio-rd/routingtable/filter" + "github.com/bio-routing/bio-rd/routingtable/locRIB" ) type PeerInfo struct {