summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev.h
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2014-12-20 13:35:06 +0530
committerTom Gundersen <teg@jklm.no>2015-01-22 21:29:41 +0100
commit1af2536acf8aecc3eb940d04268a419c956ee10a (patch)
tree41494d788c0bf6dca9bacabe5ae9a0d786bddc10 /src/network/networkd-netdev.h
parent34109a531fb3b26fa00f0261987c7cca710e42aa (diff)
networkd: introduce gretap
This patch introdeces gretap to networkd
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 1b311c6785..3c447958a6 100644
--- a/src/network/networkd-netdev.h
+++ b/src/network/networkd-netdev.h
@@ -47,6 +47,7 @@ typedef enum NetDevKind {
NETDEV_KIND_VXLAN,
NETDEV_KIND_IPIP,
NETDEV_KIND_GRE,
+ NETDEV_KIND_GRETAP,
NETDEV_KIND_SIT,
NETDEV_KIND_VETH,
NETDEV_KIND_VTI,
@@ -163,6 +164,7 @@ DEFINE_CAST(IPVLAN, IPVlan);
DEFINE_CAST(VXLAN, VxLan);
DEFINE_CAST(IPIP, Tunnel);
DEFINE_CAST(GRE, Tunnel);
+DEFINE_CAST(GRETAP, Tunnel);
DEFINE_CAST(SIT, Tunnel);
DEFINE_CAST(VTI, Tunnel);
DEFINE_CAST(VETH, Veth);