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
3f4502e8
Unverified
Commit
3f4502e8
authored
5 years ago
by
Annika Wickert
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #215 from bio-routing/bugfix_atomic_arm
Fix alignment issue on arm
parents
951fd742
c3a4ee70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
protocols/bgp/server/fsm.go
+2
-1
2 additions, 1 deletion
protocols/bgp/server/fsm.go
with
2 additions
and
1 deletion
protocols/bgp/server/fsm.go
+
2
−
1
View file @
3f4502e8
...
...
@@ -37,6 +37,8 @@ type state interface {
// FSM implements the BGP finite state machine (RFC4271)
type
FSM
struct
{
counters
fsmCounters
isBMP
bool
peer
*
peer
eventCh
chan
int
...
...
@@ -78,7 +80,6 @@ type FSM struct {
active
bool
establishedTime
time
.
Time
counters
fsmCounters
connectionCancelFunc
context
.
CancelFunc
}
...
...
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