From: Susant Sahani Date: Sat, 15 Dec 2018 12:47:02 +0000 (+0530) Subject: networkd: Bond - AllSlavesActive fix parser X-Git-Tag: v240~49^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11142%2Fhead;p=thirdparty%2Fsystemd.git networkd: Bond - AllSlavesActive fix parser Bond.AllSlavesActive use parser type bool --- diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 39b26b842c5..f7ca98fa467 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -140,7 +140,7 @@ Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp) Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave) Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp) -Bond.AllSlavesActive, config_parse_unsigned, 0, offsetof(Bond, all_slaves_active) +Bond.AllSlavesActive, config_parse_bool, 0, offsetof(Bond, all_slaves_active) Bond.DynamicTransmitLoadBalancing, config_parse_tristate, 0, offsetof(Bond, tlb_dynamic_lb) Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links) Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)