diff options
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r-- | src/network/networkd-link.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h index 25e49c8329..8aaaa679ff 100644 --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@ -86,7 +86,11 @@ typedef struct Link { LinkState state; LinkOperationalState operstate; - unsigned link_messages; + unsigned address_messages; + unsigned address_label_messages; + unsigned route_messages; + unsigned routing_policy_rule_messages; + unsigned routing_policy_rule_remove_messages; unsigned enslaving; Set *addresses; @@ -109,7 +113,8 @@ typedef struct Link { bool ipv4ll_address:1; bool ipv4ll_route:1; - bool static_configured; + bool static_routes_configured; + bool routing_policy_rules_configured; bool setting_mtu; LIST_HEAD(Address, pool_addresses); |