1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Fix NOINET6 build broken by r368571.

This commit is contained in:
Alexander V. Chernikov 2020-12-12 01:05:31 +00:00
parent 4451d8939c
commit 2616eaa3d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368572

View File

@ -3920,7 +3920,7 @@ ta_dump_kfib_tentry_int(int family, const struct rtentry *rt,
tent->v.kidx = 0;
}
#endif
#ifdef INET
#ifdef INET6
if (family == AF_INET6) {
rt_get_inet6_prefix_plen(rt, &tent->k.addr6, &plen, &scopeid);
tent->masklen = plen;