chiark / gitweb /
sd-dhcp-client/networkd: add interface MTU support
[elogind.git] / src / network / networkd.h
index 26d7f6baa65f16dd3cf93f8197de6eb6184dc3c7..5bd7e750ea727994d4ca150e57e35d1b0acdd8af 100644 (file)
@@ -86,6 +86,7 @@ struct Network {
         Bridge *bridge;
         bool dhcp;
         bool dhcp_dns;
+        bool dhcp_mtu;
 
         LIST_HEAD(Address, static_addresses);
         LIST_HEAD(Route, static_routes);
@@ -160,6 +161,7 @@ struct Link {
         Route *dhcp_route;
         Address *dhcp_address;
         Address *dns;
+        uint16_t original_mtu;
 
         LinkState state;