Skip to content
  • Thomas Haller's avatar
    core: cache device state in NMConfig and load all at once · ea08df92
    Thomas Haller authored
    NMManager will need to know the state of all device at once.
    Hence, load it once and cache it in NMConfig.
    
    Note that this wastes a bit of memory in the order of
    O(number-of-interfaces). But each device state entry is
    rather small, and we always consume memory in the order
    of O(number-of-interfaces).
    ea08df92