diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-07 14:25:11 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-08 02:51:23 +0900 |
commit | f9bb33383223bc197014cd2799f87c350feb49c7 (patch) | |
tree | f79274c32f56b3952877f86d6d089aca1bb516ee /src/network/networkd-route.h | |
parent | de52a83cb78ad39ea9a8fdce867861af08831971 (diff) | |
download | systemd-f9bb33383223bc197014cd2799f87c350feb49c7.tar.gz |
network: manage multipath routes separately
Diffstat (limited to 'src/network/networkd-route.h')
-rw-r--r-- | src/network/networkd-route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-route.h b/src/network/networkd-route.h index ecc0aa4224..8207b67a2d 100644 --- a/src/network/networkd-route.h +++ b/src/network/networkd-route.h @@ -24,6 +24,7 @@ typedef struct Route { int family; int gw_family; + uint32_t gw_weight; int quickack; int fast_open_no_cookie; int ttl_propagate; |