diff options
author | Tom Gundersen <teg@jklm.no> | 2016-11-13 02:01:19 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2016-11-13 05:16:49 +0100 |
commit | 441e9ae4d96ab8530a1416ba7ede9eee44d35f2d (patch) | |
tree | 022127b1140b79b755a17377a186c435a59c020c /src/network/test-network-tables.c | |
parent | c5fcf6e47056a861fb53d4f3bedec68230f9a4e9 (diff) |
networkd: netdev - move to separate subdirectory
This could (and should) be made into a separate daemon, at least move
the sourcefiles out for now.
Diffstat (limited to 'src/network/test-network-tables.c')
-rw-r--r-- | src/network/test-network-tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/test-network-tables.c b/src/network/test-network-tables.c index adbe09a5e1..77247c5771 100644 --- a/src/network/test-network-tables.c +++ b/src/network/test-network-tables.c @@ -2,8 +2,8 @@ #include "dhcp6-protocol.h" #include "ethtool-util.h" #include "netlink-internal.h" -#include "networkd-netdev-bond.h" -#include "networkd-netdev-macvlan.h" +#include "netdev/bond.h" +#include "netdev/macvlan.h" #include "networkd.h" #include "test-tables.h" |