summaryrefslogtreecommitdiff
path: root/src/network/networkd-network-gperf.gperf
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-13 10:50:03 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-11-16 02:04:59 +0900
commit6706ce2fd2a13df0ae5e469b72d688eaf643dac4 (patch)
tree367b6bfe57c0dff227ec6217f9a62b4522589654 /src/network/networkd-network-gperf.gperf
parentb7ac12843020201b2792378ae4af7580e75015ea (diff)
downloadsystemd-6706ce2fd2a13df0ae5e469b72d688eaf643dac4.tar.gz
network: make IgnoreCarrierLoss= also take timespan
Fixes #18738 and #20887. Replaces #18746.
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r--src/network/networkd-network-gperf.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf
index 515a5b5bd9..b6f0d20112 100644
--- a/src/network/networkd-network-gperf.gperf
+++ b/src/network/networkd-network-gperf.gperf
@@ -135,7 +135,7 @@ Network.ProxyARP, config_parse_tristate,
Network.IPv6ProxyNDPAddress, config_parse_ipv6_proxy_ndp_address, 0, 0
Network.BindCarrier, config_parse_strv, 0, offsetof(Network, bind_carrier)
Network.ConfigureWithoutCarrier, config_parse_bool, 0, offsetof(Network, configure_without_carrier)
-Network.IgnoreCarrierLoss, config_parse_tristate, 0, offsetof(Network, ignore_carrier_loss)
+Network.IgnoreCarrierLoss, config_parse_ignore_carrier_loss, 0, 0
Network.KeepConfiguration, config_parse_keep_configuration, 0, offsetof(Network, keep_configuration)
Network.IPv6SendRA, config_parse_router_prefix_delegation, 0, offsetof(Network, router_prefix_delegation)
Network.DHCPv6PrefixDelegation, config_parse_tristate, 0, offsetof(Network, dhcp6_pd)