Files
systemd/src
Yu Watanabe 8d01e44c1f network/route: manage all routes by Manager object
Previously, a Route object is owned by a Link object corresponding to the
outgoing interface of the route, and a Route object that does not have
outgoing interface is owned by the Manager object.

However, there were several issues:
- if a route has a nexthop ID, then the corresponding nexthop may be
  changed to use another interface, hence the outgoing interface of the
  route may be changed.
- if a route requested with MultiPathRoute=, then the link who requests
  the route is different from the outgoing interface of the configured
  route. So, we need to find routes on other interfaces on reconfiguring
  or so.

By this change, the limit of the number of routes per-interface is
tentatively dropped. Let's re-introduce the limit later in a nicer way.
2024-01-24 21:52:33 +09:00
..
2024-01-04 15:22:42 +01:00
2024-01-09 21:57:45 +08:00
2024-01-09 21:57:46 +08:00
2023-12-01 17:34:43 +00:00
2023-12-27 22:38:43 +08:00
2024-01-09 21:57:45 +08:00
2024-01-04 20:33:32 +08:00
2024-01-04 23:35:13 +08:00