mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-14 01:48:29 +02:00
In kernel, the onlink flag (RTNH_F_ONLINK) is associated with each nexthop (rtnh_flags) rather than the route as a whole. NM previously stored it only per-route in NMPlatformIPRoute.r_rtm_flags, which meant that two nexthops only differing with the onlink flag were combined as one entry in the platform cache. Fix this by tracking the onlink flag per-nexthop. Resolves: https://issues.redhat.com/browse/NMT-1486 |
||
|---|---|---|
| .. | ||
| tests | ||
| nm-fake-platform.c | ||
| nm-fake-platform.h | ||