]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-network.h
Merge pull request #14536 from DaanDeMeyer/wait-online-max-operstate
[thirdparty/systemd.git] / src / network / networkd-network.h
index 1cfbd0b6b6dfaa2b8872f145149cd95a296f4733..c1f37e707aac3495bf5e95181aa35ea2a5c70e23 100644 (file)
@@ -237,7 +237,7 @@ struct Network {
         bool iaid_set;
 
         bool required_for_online; /* Is this network required to be considered online? */
-        LinkOperationalState required_operstate_for_online;
+        LinkOperationalStateRange required_operstate_for_online;
 
         LLDPMode lldp_mode; /* LLDP reception */
         LLDPEmit lldp_emit; /* LLDP transmission */