Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bio-rd
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
bio-rd
Commits
46ef1e2f
Commit
46ef1e2f
authored
6 years ago
by
Daniel Czerwonk
Browse files
Options
Downloads
Patches
Plain Diff
gazelle
parent
a7d305c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
protocols/bgp/server/BUILD.bazel
+0
-1
0 additions, 1 deletion
protocols/bgp/server/BUILD.bazel
protocols/bgp/server/helper.go
+0
-14
0 additions, 14 deletions
protocols/bgp/server/helper.go
with
0 additions
and
15 deletions
protocols/bgp/server/BUILD.bazel
+
0
−
1
View file @
46ef1e2f
...
@@ -14,7 +14,6 @@ go_library(
...
@@ -14,7 +14,6 @@ go_library(
"
fsm_manager.go
"
,
"
fsm_manager.go
"
,
"
fsm_open_confirm.go
"
,
"
fsm_open_confirm.go
"
,
"
fsm_open_sent.go
"
,
"
fsm_open_sent.go
"
,
"
helper.go
"
,
"
peer.go
"
,
"
peer.go
"
,
"
server.go
"
,
"
server.go
"
,
"
sockopt.go
"
,
"
sockopt.go
"
,
...
...
This diff is collapsed.
Click to expand it.
protocols/bgp/server/helper.go
deleted
100644 → 0
+
0
−
14
View file @
a7d305c8
package
server
import
(
bnet
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/protocols/bgp/packet"
)
func
afiForPrefix
(
pfx
bnet
.
Prefix
)
uint16
{
if
pfx
.
Addr
()
.
IsIPv4
()
{
return
packet
.
IPv6AFI
}
return
packet
.
IPv6AFI
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment