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
9b9e750d
Commit
9b9e750d
authored
9 years ago
by
Matthieu Boutier
Committed by
Juliusz Chroboczek
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove comment and related assertion.
parent
4a8b7c96
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
route.c
route.c
+0
-3
No files found.
route.c
View file @
9b9e750d
...
...
@@ -546,9 +546,6 @@ switch_routes(struct babel_route *old, struct babel_route *new)
fprintf
(
stderr
,
"WARNING: switching to unfeasible route "
"(this shouldn't happen)."
);
/* XXX : should the source-ip be subject to changes ? */
assert
(
memcmp
(
old
->
src
->
src_prefix
,
new
->
src
->
src_prefix
,
16
)
==
0
&&
old
->
src
->
src_plen
==
new
->
src
->
src_plen
);
rc
=
kswitch_routes
(
old
,
new
);
if
(
rc
<
0
)
return
;
...
...
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