summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl/rtnl-types.h
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2015-01-17 00:39:10 +0530
committerTom Gundersen <teg@jklm.no>2015-01-22 21:29:42 +0100
commit855ee1a1d272b599410212b40768a9c71f260e37 (patch)
treef6f79ccf0e42062252a296f19b126a9fb21b4bf6 /src/libsystemd/sd-rtnl/rtnl-types.h
parent1af2536acf8aecc3eb940d04268a419c956ee10a (diff)
networkd: Introduce IP6 tunnel
This patch enables networkd to create IP6 tunnels example conf: ipip6.netdev: [NetDev] Name=ipip6-tunnel Kind=ip6tnl [Tunnel] Mode=ip4ipv6 Local=2a00:ffde:4567:edde::4987 Remote=2001:473:fece:cafe::5179 ipip6.network [Match] Name=wlan0 [Network] Tunnel=ipip6-tunnel 23: ipip6-tunnel@wlan0: <POINTOPOINT,NOARP> mtu 1452 qdisc noop state DOWN mode DEFAULT group default link/tunnel6 2a00:ffde:4567:edde::4987 peer 2001:473:fece:cafe::5179
Diffstat (limited to 'src/libsystemd/sd-rtnl/rtnl-types.h')
-rw-r--r--src/libsystemd/sd-rtnl/rtnl-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-types.h b/src/libsystemd/sd-rtnl/rtnl-types.h
index aacea19986..347a0adf97 100644
--- a/src/libsystemd/sd-rtnl/rtnl-types.h
+++ b/src/libsystemd/sd-rtnl/rtnl-types.h
@@ -78,6 +78,7 @@ typedef enum NLUnionLinkInfoData {
NL_UNION_LINK_INFO_DATA_IPGRETAP_TUNNEL,
NL_UNION_LINK_INFO_DATA_SIT_TUNNEL,
NL_UNION_LINK_INFO_DATA_VTI_TUNNEL,
+ NL_UNION_LINK_INFO_DATA_IP6TNL_TUNNEL,
_NL_UNION_LINK_INFO_DATA_MAX,
_NL_UNION_LINK_INFO_DATA_INVALID = -1
} NLUnionLinkInfoData;