chiark / gitweb /
udev: link-config - move naming policy from udev rules
[elogind.git] / src / udev / net / link-config-gperf.gperf
index 9e2f4d4f5213a0ced1bbcd5a8d147fce9bb7e3d4..b38dbe80bdaebc1f20c5898a7dadbf1eecd63548 100644 (file)
@@ -19,6 +19,10 @@ Match.Path,                         config_parse_string,        0, offsetof(link
 Match.Driver,                       config_parse_string,        0, offsetof(link_config, match_driver)
 Match.Type,                         config_parse_string,        0, offsetof(link_config, match_type)
 Link.Description,                   config_parse_string,        0, offsetof(link_config, description)
+Link.MACAddress,                    config_parse_string,        0, offsetof(link_config, mac)
+Link.NamePolicy,                    config_parse_strv,          0, offsetof(link_config, name_policy)
+Link.Name,                          config_parse_string,        0, offsetof(link_config, name)
+Link.MTU,                           config_parse_unsigned,      0, offsetof(link_config, mtu)
 Link.SpeedMBytes,                   config_parse_unsigned,      0, offsetof(link_config, speed)
 Link.Duplex,                        config_parse_string,        0, offsetof(link_config, duplex)
 Link.WakeOnLan,                     config_parse_string,        0, offsetof(link_config, wol)