From: Zbigniew Jędrzejewski-Szmek Date: Thu, 3 Oct 2019 13:21:35 +0000 (+0200) Subject: Merge pull request #12818 from yuwata/network-issue-8726 X-Git-Tag: v244-rc1~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5afe558cfda40d5e534846c2498528ac0049f5f8;p=thirdparty%2Fsystemd.git Merge pull request #12818 from yuwata/network-issue-8726 network: disable kernel creating prefix route when RouteTable= is set --- 5afe558cfda40d5e534846c2498528ac0049f5f8 diff --cc src/network/networkd-link.h index d364692c864,429a053fdf0..446c042fb9b --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@@ -97,12 -97,12 +99,11 @@@ typedef struct Link sd_ipv4ll *ipv4ll; bool ipv4ll_address:1; - bool ipv4ll_route:1; - bool neighbors_configured; - - bool static_routes_configured; - bool routing_policy_rules_configured; - bool setting_mtu; + bool neighbors_configured:1; + bool static_routes_configured:1; + bool routing_policy_rules_configured:1; + bool setting_mtu:1; LIST_HEAD(Address, pool_addresses);