Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BIRD Internet Routing Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
33716595
Commit
33716595
authored
Dec 16, 2018
by
Ondřej Zajíček
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nest: Fix handling of ECMP next hop flags
Flag field was not copied when next hop was cached.
parent
cfa6ff95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
rt-attr.c
nest/rt-attr.c
+1
-0
No files found.
nest/rt-attr.c
View file @
33716595
...
...
@@ -346,6 +346,7 @@ nexthop_copy(struct nexthop *o)
n
->
gw
=
o
->
gw
;
n
->
iface
=
o
->
iface
;
n
->
next
=
NULL
;
n
->
flags
=
o
->
flags
;
n
->
weight
=
o
->
weight
;
n
->
labels
=
o
->
labels
;
for
(
int
i
=
0
;
i
<
o
->
labels
;
i
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment