chiark / gitweb /
util: Rewrite in_charset to use strspn
[elogind.git] / src / network / networkd-netdev-gperf.gperf
index 7dd47f971fe137a163a18f1c53220b6030be46be..2793d77a79329a484de6c591ff331b6dafaa70b5 100644 (file)
@@ -23,3 +23,4 @@ NetDev.Description,      config_parse_string,                0,
 NetDev.Name,             config_parse_ifname,                0,                             offsetof(NetDev, name)
 NetDev.Kind,             config_parse_netdev_kind,           0,                             offsetof(NetDev, kind)
 VLAN.Id,                 config_parse_uint64,                0,                             offsetof(NetDev, vlanid)
+MACVLAN.Mode,            config_parse_macvlan_mode,          0,                             offsetof(NetDev, macvlan_mode)