From 1647f24100d63cf44c440aee9623ddc1764b9e1f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 18 Jul 2019 12:58:07 +0900 Subject: [PATCH] sd-netlink: update comment --- src/libsystemd/sd-netlink/netlink-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd/sd-netlink/netlink-types.c b/src/libsystemd/sd-netlink/netlink-types.c index 5e4d8a9..3dab56c 100644 --- a/src/libsystemd/sd-netlink/netlink-types.c +++ b/src/libsystemd/sd-netlink/netlink-types.c @@ -663,7 +663,7 @@ static const NLTypeSystem rtnl_route_type_system = { static const NLType rtnl_neigh_types[] = { [NDA_DST] = { .type = NETLINK_TYPE_IN_ADDR }, - [NDA_LLADDR] = { /* struct ether_addr or struct in_addr */ }, + [NDA_LLADDR] = { /* struct ether_addr, struct in_addr, or struct in6_addr */ }, [NDA_CACHEINFO] = { .type = NETLINK_TYPE_CACHE_INFO, .size = sizeof(struct nda_cacheinfo) }, [NDA_PROBES] = { .type = NETLINK_TYPE_U32 }, [NDA_VLAN] = { .type = NETLINK_TYPE_U16 }, -- 2.7.4