From: Tom Gundersen Date: Mon, 14 Jul 2014 10:14:23 +0000 (+0200) Subject: networkd: add back route destination support X-Git-Tag: v216~635 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=dde2efef37b25f759a8690be7b8be353daa3ff75 networkd: add back route destination support This was accidentally dropped when adding metric support. --- diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 5c1c01337..61dd8ef5f 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -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)