chiark / gitweb /
networkd: Introduce IP6 tunnel
[elogind.git] / src / network / networkd-netdev-gperf.gperf
index cb741b470d5b2deda22e030806979760a4cd3280..963c47c3e5990f9af076aa23bc86179baaf686ef 100644 (file)
@@ -35,6 +35,7 @@ Tunnel.Remote,            config_parse_tunnel_address,        0,
 Tunnel.TOS,               config_parse_unsigned,              0,                             offsetof(Tunnel, tos)
 Tunnel.TTL,               config_parse_unsigned,              0,                             offsetof(Tunnel, ttl)
 Tunnel.DiscoverPathMTU,   config_parse_bool,                  0,                             offsetof(Tunnel, pmtudisc)
+Tunnel.Mode,              config_parse_ip6tnl_mode,           0,                             offsetof(Tunnel, ip6tnl_mode)
 Peer.Name,                config_parse_ifname,                0,                             offsetof(Veth, ifname_peer)
 Peer.MACAddress,          config_parse_hwaddr,                0,                             offsetof(Veth, mac_peer)
 VXLAN.Id,                 config_parse_uint64,                0,                             offsetof(VxLan, id)