Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
49a0d0b3
Commit
49a0d0b3
authored
6 years ago
by
Dave Taht
Committed by
Juliusz Chroboczek
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-re-re fix message.c ifup test
parent
72462e44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
message.c
message.c
+3
-1
No files found.
message.c
View file @
49a0d0b3
...
...
@@ -1903,9 +1903,11 @@ send_request_resend(const unsigned char *prefix, unsigned char plen,
id
,
neigh
->
ifp
,
resend_delay
);
}
else
{
struct
interface
*
ifp
;
FOR_ALL_INTERFACES
(
ifp
)
FOR_ALL_INTERFACES
(
ifp
)
{
if
(
!
if_up
(
ifp
))
continue
;
send_multihop_request
(
&
ifp
->
buf
,
prefix
,
plen
,
src_prefix
,
src_plen
,
seqno
,
id
,
127
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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