summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-01-28 17:32:50 +0100
committerTom Gundersen <teg@jklm.no>2015-01-28 21:35:54 +0100
commit73b23bea8666f9c6d01d595ebbdbf7e78680c0ea (patch)
treeebda2804aec3b2b374d3b356a9c86e43b9574bdd /src
parentbe94d95499bf9c63fe9331e9b9ecc64f32fe9d79 (diff)
networkd: tunnel - call tunnel modes ipip6, not ip4ipv6 to match ip(8)
Diffstat (limited to 'src')
-rw-r--r--src/network/networkd-netdev-tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-netdev-tunnel.c b/src/network/networkd-netdev-tunnel.c
index 89a9096bc..e95082d11 100644
--- a/src/network/networkd-netdev-tunnel.c
+++ b/src/network/networkd-netdev-tunnel.c
@@ -38,7 +38,7 @@
static const char* const ip6tnl_mode_table[_NETDEV_IP6_TNL_MODE_MAX] = {
[NETDEV_IP6_TNL_MODE_IP6IP6] = "ip6ip6",
- [NETDEV_IP6_TNL_MODE_IPIP6] = "ip4ipv6",
+ [NETDEV_IP6_TNL_MODE_IPIP6] = "ipip6",
[NETDEV_IP6_TNL_MODE_ANYIP6] = "any",
};