chiark / gitweb /
udev: link-config: add ethtool support
[elogind.git] / src / udev / net / link-config-gperf.gperf
index c567e6dfaa9c4e34f000dcb2a899afc3ff94459f..9e2f4d4f5213a0ced1bbcd5a8d147fce9bb7e3d4 100644 (file)
@@ -19,3 +19,6 @@ 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.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)