summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-07-28 19:44:02 +0200
committerTom Gundersen <teg@jklm.no>2015-07-28 19:44:02 +0200
commita494468652e2879741afb6c8d47c9218e3514df8 (patch)
tree6b2a97d9e2072e2a90ee05722dca1f9825422d40 /src/network/networkd-netdev.h
parent4e18de3d27dc66d2675ab6cbd6a35d36c94e1157 (diff)
parent0371f2df67ca0b48a321d1ee5383a8f11b7e59e6 (diff)
Merge pull request #732 from ssahani/macvtap
networkd: add support for Macvtap
Diffstat (limited to 'src/network/networkd-netdev.h')
-rw-r--r--src/network/networkd-netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkd-netdev.h b/src/network/networkd-netdev.h
index a004f2fe5f..19fb5bb185 100644
--- a/src/network/networkd-netdev.h
+++ b/src/network/networkd-netdev.h
@@ -40,6 +40,7 @@ typedef enum NetDevKind {
NETDEV_KIND_BOND,
NETDEV_KIND_VLAN,
NETDEV_KIND_MACVLAN,
+ NETDEV_KIND_MACVTAP,
NETDEV_KIND_IPVLAN,
NETDEV_KIND_VXLAN,
NETDEV_KIND_IPIP,
@@ -161,6 +162,7 @@ DEFINE_CAST(BRIDGE, Bridge);
DEFINE_CAST(BOND, Bond);
DEFINE_CAST(VLAN, VLan);
DEFINE_CAST(MACVLAN, MacVlan);
+DEFINE_CAST(MACVTAP, MacVlan);
DEFINE_CAST(IPVLAN, IPVlan);
DEFINE_CAST(VXLAN, VxLan);
DEFINE_CAST(IPIP, Tunnel);