diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-28 16:20:14 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-29 06:23:49 +0100 |
commit | 7e19cc54628bb320209ebab15b3b5d119fbccd00 (patch) | |
tree | 36965d2cfe9b72570939c4045b35bc8b6f481979 /src/network/networkd-network.c | |
parent | sd-network: move link_get_type_string() (diff) | |
download | systemd-7e19cc54628bb320209ebab15b3b5d119fbccd00.tar.xz systemd-7e19cc54628bb320209ebab15b3b5d119fbccd00.zip |
net-condition: move net_match_config() and related conf parsers
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r-- | src/network/networkd-network.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c index 426dd0a8f0..dd937d37f2 100644 --- a/src/network/networkd-network.c +++ b/src/network/networkd-network.c @@ -12,11 +12,11 @@ #include "fd-util.h" #include "hostname-util.h" #include "in-addr-util.h" -#include "networkd-dhcp-server.h" -#include "network-internal.h" +#include "net-condition.h" #include "networkd-address-label.h" #include "networkd-address.h" #include "networkd-dhcp-common.h" +#include "networkd-dhcp-server.h" #include "networkd-fdb.h" #include "networkd-manager.h" #include "networkd-mdb.h" |