chiark / gitweb /
networkd: sit-tunnel add support for pmtudisc
[elogind.git] / src / network / networkd-netdev-gperf.gperf
index f39c922fd20f1d56f4c642d10427b088e513f681..dff0ae6a16aba6d06a205ecf5ce9e1deef81bfeb 100644 (file)
@@ -29,4 +29,5 @@ Tunnel.Local,            config_parse_tunnel_address,        0,
 Tunnel.Remote,           config_parse_tunnel_address,        0,                             offsetof(NetDev, tunnel_remote)
 Tunnel.TOS,              config_parse_unsigned,              0,                             offsetof(NetDev, tunnel_tos)
 Tunnel.TTL,              config_parse_unsigned,              0,                             offsetof(NetDev, tunnel_ttl)
+Tunnel.DiscoverPathMTU,  config_parse_bool,                  0,                             offsetof(NetDev, tunnel_pmtudisc)
 Peer.Name,               config_parse_ifname,                0,                             offsetof(NetDev, ifname_peer)