[systemd-devel] [PATCH] networkd: fix alignment of gperf source

Tom Gundersen teg at jklm.no
Tue Jul 1 14:45:18 PDT 2014


Applied. Thanks!

Tom

On Tue, Jul 1, 2014 at 10:42 PM, Filipe Brandenburger
<filbranden at google.com> wrote:
> ---
>  src/network/networkd-network-gperf.gperf | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf
> index 3aaae4c94bff..ce9047cd06c4 100644
> --- a/src/network/networkd-network-gperf.gperf
> +++ b/src/network/networkd-network-gperf.gperf
> @@ -47,8 +47,8 @@ DHCP.UseDNS,                 config_parse_bool,                  0,
>  DHCP.UseMTU,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_mtu)
>  DHCP.UseHostname,            config_parse_bool,                  0,                             offsetof(Network, dhcp_hostname)
>  DHCP.UseDomainName,          config_parse_bool,                  0,                             offsetof(Network, dhcp_domainname)
> -DHCP.UseRoutes,            config_parse_bool,                  0,                             offsetof(Network, dhcp_routes)
> -DHCP.SendHostname,         config_parse_bool,                  0,                             offsetof(Network, dhcp_sendhost)
> +DHCP.UseRoutes,              config_parse_bool,                  0,                             offsetof(Network, dhcp_routes)
> +DHCP.SendHostname,           config_parse_bool,                  0,                             offsetof(Network, dhcp_sendhost)
>  DHCP.CriticalConnection,     config_parse_bool,                  0,                             offsetof(Network, dhcp_critical)
>  /* backwards compatibility: do not add new entries to this section */
>  DHCPv4.UseDNS,               config_parse_bool,                  0,                             offsetof(Network, dhcp_dns)
> --
> 1.9.3
>


More information about the systemd-devel mailing list