Skip to content

Commit

Permalink
northd: Move connected routes to route engine.
Browse files Browse the repository at this point in the history
previously connected routes (so routes based on the networks of the
LRPs) where handled separately from static routes.

In order to later announce routes from ovn to the fabric we need to have
a central overview over all routes we want to announce. This includes
routes based on Logical_Router_Static_Routes as well as the networks on
Logical_Router_Port.

With this change the "routes" engine node will output a complete list of
all routes in the system. This also serves as a future integration point
to integrate routes learned from outside of OVN.

Signed-off-by: Felix Huettner <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
felixhuettner authored and ovsrobot committed Dec 12, 2024
1 parent 6f26ed1 commit 4eba77a
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 103 deletions.
Loading

0 comments on commit 4eba77a

Please sign in to comment.