diff options
author | Tom Gundersen <teg@jklm.no> | 2015-10-05 22:42:44 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-10-05 22:42:44 +0200 |
commit | 2b22ffaf600df7f775ce6a7fdf4a470f04f8e75d (patch) | |
tree | 710af2c3e562ac0782c24c30fcf8b3751a7cb2a4 /src/network/networkd-network-gperf.gperf | |
parent | f4e5a03ed7d62e21b5533a7e1124d610bd0a81a4 (diff) | |
parent | 0d07e595cc22379ec7388406c2f4f2a74eea9083 (diff) |
Merge pull request #1372 from jemk/prefsrc
networkd: add support to configure preferred source of static routes
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 8257ab45da..b6f70e191d 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -61,6 +61,7 @@ Route.Destination, config_parse_destination, Route.Source, config_parse_destination, 0, 0 Route.Metric, config_parse_route_priority, 0, 0 Route.Scope, config_parse_route_scope, 0, 0 +Route.PreferredSource, config_parse_preferred_src, 0, 0 DHCP.ClientIdentifier, config_parse_dhcp_client_identifier, 0, offsetof(Network, dhcp_client_identifier) DHCP.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp_dns) DHCP.UseNTP, config_parse_bool, 0, offsetof(Network, dhcp_ntp) |