]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: fix size of MTUBytes so that it does not overwrites ARP (#4707)
authorSusant Sahani <ssahani@users.noreply.github.com>
Wed, 23 Nov 2016 15:33:01 +0000 (21:03 +0530)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Nov 2016 15:33:01 +0000 (16:33 +0100)
commitb8b40317d0355bc70bb23a6240a36f3630c4952b
tree70f43fb1c65f53772889b337672a2d18e98f7b05
parenta4021390fef27f4136497328f2e35e79bc88855d
networkd: fix size of MTUBytes so that it does not overwrites ARP (#4707)

config_parse_iec_size overwrites the next varible that is ARP.
Now the mtu is unsigned . Make it size_t .

Fixes #4644
src/network/networkd-network.h