]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: route: set link ifindex when multi-path routes specified without interface...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jun 2021 20:34:49 +0000 (05:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jun 2021 20:34:52 +0000 (05:34 +0900)
commit08c2fcdc0db98cc91d74c0dbdd203f5a86c3ce04
tree0ccebbf3fd755797721557e5b7dead84cdb10e27
parent756755d0fc5a0ef380416a54346b6438c3fb7ba5
network: route: set link ifindex when multi-path routes specified without interface name

And do not set RTA_OIF attribute when multi-path routes are specified.
See kernel's fib_get_nhs() in net/ipv4/fib_semantics.c.

Fixes #19890.
src/network/networkd-route.c