chiark / gitweb /
networkd: track the MTU of each link
[elogind.git] / src / network / networkd.h
index 766297cffa6985f802b37cbf05f943d597290c13..5d7a08be0cf672bf56aa630958ccbacdc80b84f6 100644 (file)
@@ -174,6 +174,7 @@ struct Link {
         char *ifname;
         char *state_file;
         struct ether_addr mac;
+        uint32_t mtu;
         struct udev_device *udev_device;
 
         unsigned flags;