]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: route: handle null address with non-zero prefixlen correctly 21633/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Dec 2021 15:29:39 +0000 (00:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 10:16:17 +0000 (19:16 +0900)
commitcf477495d6778f96677c15c8a8e49147d6d742cd
treec5afa5c8d9ae37931b9572fa60425c47a2a68f68
parentb489d6a26e44d430a997e756ac81767f6e646976
network: route: handle null address with non-zero prefixlen correctly

Previously, even if a link has a route to e.g. ::/96, default gateway
via ::1.2.3.4 cannot be configured.
src/network/networkd-route-util.c