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
737b7cee
Commit
737b7cee
authored
Jun 28, 2007
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fix.
parent
05bae216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
neighbour.c
neighbour.c
+1
-1
No files found.
neighbour.c
View file @
737b7cee
...
@@ -167,7 +167,7 @@ update_neighbour(struct neighbour *neigh, int hello, int hello_interval)
...
@@ -167,7 +167,7 @@ update_neighbour(struct neighbour *neigh, int hello, int hello_interval)
if
((
neigh
->
reach
&
0xFF00
)
==
0xC000
)
{
if
((
neigh
->
reach
&
0xFF00
)
==
0xC000
)
{
/* This is a newish neighbour. If it's not completely useless
/* This is a newish neighbour. If it's not completely useless
(the best route to it is through it), request a full route dump.
(the best route to it is through it), request a full route dump.
This assumes that the neighbour's ID is also it
'
s IP address. */
This assumes that the neighbour's ID is also its IP address. */
struct
destination
*
dest
;
struct
destination
*
dest
;
struct
route
*
route
=
NULL
;
struct
route
*
route
=
NULL
;
dest
=
find_destination
(
neigh
->
id
,
0
,
0
);
dest
=
find_destination
(
neigh
->
id
,
0
,
0
);
...
...
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