From 14f95de8da8f2ece5a2c69eea5c1dbdeba0fe733 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 2 Feb 2024 09:18:35 +0900 Subject: [PATCH] local-addresses: fix typo Follow-up for 5cb56068d0aae4c85e97a4ae16e33a7614cdc0bb. --- src/shared/local-addresses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/local-addresses.c b/src/shared/local-addresses.c index b72ff1fb012..842156fcfc3 100644 --- a/src/shared/local-addresses.c +++ b/src/shared/local-addresses.c @@ -359,7 +359,7 @@ int local_gateways( int r; /* The RTA_VIA attribute is used only for IPv4 routes with an IPv6 gateway. If IPv4 gateways are - * requested (af == AF_INET), then we do not return IPv6 gateway addresses. Similary, if IPv6 + * requested (af == AF_INET), then we do not return IPv6 gateway addresses. Similarly, if IPv6 * gateways are requested (af == AF_INET6), then we do not return gateway addresses for IPv4 routes. * So, the RTA_VIA attribute is only parsed when af == AF_UNSPEC. */ bool allow_via = af == AF_UNSPEC; -- 2.47.3