networkd: add back route destination support

This was accidentally dropped when adding metric support.
This commit is contained in:
Tom Gundersen 2014-07-14 12:14:23 +02:00
parent b621239e29
commit dde2efef37
1 changed files with 1 additions and 0 deletions

View 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)