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