mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
networkd: tunnel - call tunnel modes ipip6, not ip4ipv6 to match ip(8)
This commit is contained in:
@@ -377,9 +377,9 @@
|
||||
<varlistentry>
|
||||
<term><varname>Mode=</varname></term>
|
||||
<listitem>
|
||||
<para>IPv6 tunnels can have three modes:
|
||||
<literal>ip6ip6</literal>,
|
||||
<literal>ip4ipv6</literal>,
|
||||
<para>IPv6 tunnels can have three mode
|
||||
<literal>ip6ip6</literal>
|
||||
<literal>ipip6</literal>,
|
||||
<literal>any</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user