diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2016-11-24 03:02:19 +0530 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-11-23 22:32:19 +0100 |
commit | d6fceaf1f7ff765bdc3b135f3d3676ec689da312 (patch) | |
tree | c460650afe13fa5f2e6a95373afa32355daf9bcc /src/network/networkd-route.h | |
parent | 99245111ac4b2b4275c8caeb03c14f7870afbb85 (diff) |
networkd: handle MTU field in IPv6 RA (#4719)
This patch handles the custom MTU field in IPv6 RA.
fixes RFE #4464
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 d4e4dbac0b..02f0b27675 100644 --- a/src/network/networkd-route.h +++ b/src/network/networkd-route.h @@ -37,6 +37,7 @@ struct Route { unsigned char tos; uint32_t priority; /* note that ip(8) calls this 'metric' */ uint32_t table; + uint32_t mtu; unsigned char pref; unsigned flags; |