summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-common.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-09-08 08:39:26 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-14 15:21:10 +0900
commit967e6a64035df48a5449b5b11bf5fd88ed478954 (patch)
tree4b8583a440aafeb7c3f07f525155be6b0f9394d4 /src/network/networkd-dhcp-common.h
parent471e332d50b667c2e135248f2454e4ab72505e41 (diff)
downloadsystemd-967e6a64035df48a5449b5b11bf5fd88ed478954.tar.gz
network: use ltype to distinguish DHCPv4 and DHCPv6
Diffstat (limited to 'src/network/networkd-dhcp-common.h')
-rw-r--r--src/network/networkd-dhcp-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp-common.h b/src/network/networkd-dhcp-common.h
index 236640e9e0..2bbab932c7 100644
--- a/src/network/networkd-dhcp-common.h
+++ b/src/network/networkd-dhcp-common.h
@@ -80,7 +80,7 @@ const char *dhcp_option_data_type_to_string(DHCPOptionDataType d) _const_;
DHCPOptionDataType dhcp_option_data_type_from_string(const char *d) _pure_;
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp);
-CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_route_metric);
+CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_or_ra_route_metric);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_use_dns);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_use_domains);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_use_ntp);