diff options
author | Tom Gundersen <teg@jklm.no> | 2015-10-03 18:40:28 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-10-21 03:24:23 +0200 |
commit | bb7ae737a36769553475b1ada882b06869b75b00 (patch) | |
tree | 46ec9b261834786825b2f760a8904f6753e7da9f /src/network/networkd-route.h | |
parent | ed9e361a8a798f9fee353b5c7e0e23308e0d329f (diff) |
networkd: route - add hash_ops
Diffstat (limited to 'src/network/networkd-route.h')
-rw-r--r-- | src/network/networkd-route.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/networkd-route.h b/src/network/networkd-route.h index 7f2d7f37f4..c9972e4933 100644 --- a/src/network/networkd-route.h +++ b/src/network/networkd-route.h @@ -36,6 +36,9 @@ struct Route { unsigned char scope; uint32_t metrics; unsigned char protocol; /* RTPROT_* */ + unsigned char tos; + unsigned char priority; + unsigned char table; union in_addr_union in_addr; union in_addr_union dst_addr; |