chiark / gitweb /
networkd: add back route destination support
authorTom Gundersen <teg@jklm.no>
Mon, 14 Jul 2014 10:14:23 +0000 (12:14 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 14 Jul 2014 10:14:23 +0000 (12:14 +0200)
This was accidentally dropped when adding metric support.

src/network/networkd-network-gperf.gperf

index 5c1c013373ce9bcecece7f8f97d58fe5d7447473..61dd8ef5f6511eb2ea66cedc29e4a2442bd98af5 100644 (file)
@@ -43,6 +43,7 @@ Address.Peer,                config_parse_address,               0,
 Address.Broadcast,           config_parse_broadcast,             0,                             0
 Address.Label,               config_parse_label,                 0,                             0
 Route.Gateway,               config_parse_gateway,               0,                             0
+Route.Destination,           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)