summaryrefslogtreecommitdiff
path: root/src/network/networkd.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-07-28 12:10:37 +0200
committerTom Gundersen <teg@jklm.no>2014-07-28 12:16:40 +0200
commit6a0a2f860f1ca4a10932da3b41dbc3c0139757cc (patch)
tree571a1bd8701e03de94ab94082cd10b44ce17409d /src/network/networkd.h
parentae06ab1014641feb83ffd0d08f0957e69bbbae08 (diff)
networkd: unify handling of stacked netdevs
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r--src/network/networkd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h
index fe63cfbd4e..bf73fe2bd5 100644
--- a/src/network/networkd.h
+++ b/src/network/networkd.h
@@ -81,10 +81,7 @@ struct Network {
char *description;
NetDev *bridge;
NetDev *bond;
- NetDev *tunnel;
- Hashmap *vlans;
- Hashmap *macvlans;
- Hashmap *vxlans;
+ Hashmap *stacked_netdevs;
DHCPSupport dhcp;
bool dhcp_dns;
bool dhcp_ntp;