summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ipv6ll.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-27 03:20:03 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-09-01 22:45:09 +0200
commit42efe5be1ddac120897d77b8735fca5cda2ac9e5 (patch)
tree58f6b20c2eae11a51b1cba8743cbfa61e20d3a40 /src/network/networkd-ipv6ll.c
parentlog: protect errno from log_syntax_invalid_utf8_internal() (diff)
downloadsystemd-42efe5be1ddac120897d77b8735fca5cda2ac9e5.tar.xz
systemd-42efe5be1ddac120897d77b8735fca5cda2ac9e5.zip
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
This makes the macros use log_syntax_parse_error(), hopefully which provides more informative log message in general, and reduces binary size.
Diffstat (limited to 'src/network/networkd-ipv6ll.c')
-rw-r--r--src/network/networkd-ipv6ll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/networkd-ipv6ll.c b/src/network/networkd-ipv6ll.c
index 32229a3fc7..cd23cc94aa 100644
--- a/src/network/networkd-ipv6ll.c
+++ b/src/network/networkd-ipv6ll.c
@@ -243,5 +243,4 @@ DEFINE_STRING_TABLE_LOOKUP(ipv6_link_local_address_gen_mode, IPv6LinkLocalAddres
DEFINE_CONFIG_PARSE_ENUM(
config_parse_ipv6_link_local_address_gen_mode,
ipv6_link_local_address_gen_mode,
- IPv6LinkLocalAddressGenMode,
- "Failed to parse IPv6 link-local address generation mode");
+ IPv6LinkLocalAddressGenMode);