diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-04 15:52:21 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-04 16:02:05 +0100 |
commit | 9e7e440835c43d81ffdbc299d2c07daaa641ed50 (patch) | |
tree | 9b55e90d4085997aeebaa738198765d2fa5bac4a /src/network/networkd-network-gperf.gperf | |
parent | 66bba0e701b95dc42ed53e8f0799a7e2b944c147 (diff) |
networkd: add support for source routing
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 1aef09007a..4f0e05aeb6 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -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) |