diff options
author | Tom Gundersen <teg@jklm.no> | 2014-07-28 12:10:37 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-28 12:16:40 +0200 |
commit | 6a0a2f860f1ca4a10932da3b41dbc3c0139757cc (patch) | |
tree | 571a1bd8701e03de94ab94082cd10b44ce17409d /src/network/networkd.h | |
parent | ae06ab1014641feb83ffd0d08f0957e69bbbae08 (diff) |
networkd: unify handling of stacked netdevs
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r-- | src/network/networkd.h | 5 |
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; |