chiark / gitweb /
core: make sure we properly parse ProtectHome= and ProtectSystem=
[elogind.git] / src / network / networkd-netdev-gperf.gperf
index 29889cd476214c81f82294ee3ab1b1775e321d1f..dff0ae6a16aba6d06a205ecf5ce9e1deef81bfeb 100644 (file)
@@ -29,3 +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)