Commit a141a746 authored by Matthieu Boutier's avatar Matthieu Boutier Committed by Juliusz Chroboczek

Remove comment.

parent 9476b137
...@@ -467,10 +467,6 @@ switch_conflicting_routes(const struct babel_route *old, ...@@ -467,10 +467,6 @@ switch_conflicting_routes(const struct babel_route *old,
return rc; return rc;
} }
/* This is equivalent to uninstall_route followed with install_route,
but without the race condition. The destination of both routes
must be the same. */
int int
kswitch_routes(const struct babel_route *old, const struct babel_route *new) kswitch_routes(const struct babel_route *old, const struct babel_route *new)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment