chiark / gitweb /
networkd: add support for source routing
[elogind.git] / src / network / networkd-network-gperf.gperf
index 1aef09007af66ea1bec3aa914555d0de381635d4..4f0e05aeb6e3d739c520ab0bd3e17faa22d86807 100644 (file)
@@ -47,6 +47,7 @@ Address.Broadcast,           config_parse_broadcast,             0,
 Address.Label,               config_parse_label,                 0,                             0
 Route.Gateway,               config_parse_gateway,               0,                             0
 Route.Destination,           config_parse_destination,           0,                             0
+Route.Source,                config_parse_destination,           0,                             0
 Route.Metric,                config_parse_route_priority,        0,                             0
 DHCP.UseDNS,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_dns)
 DHCP.UseMTU,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_mtu)