Page MenuHomeFreeBSD

lltable: use sa_family_t instead of int for lltable.llt_af
ClosedPublic

Authored by takahiro.kurosawa_gmail.com on May 26 2022, 9:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 1:27 AM
Unknown Object (File)
Wed, Mar 25, 3:33 AM
Unknown Object (File)
Fri, Mar 20, 9:45 PM
Unknown Object (File)
Tue, Mar 10, 9:17 AM
Unknown Object (File)
Mon, Mar 9, 9:40 PM
Unknown Object (File)
Feb 27 2026, 5:27 PM
Unknown Object (File)
Feb 27 2026, 12:35 PM
Unknown Object (File)
Feb 25 2026, 1:35 AM

Details

Summary

Use proper type for address family instead of int.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro added inline comments.
sys/net/if_llatbl.h
169–170

Nit: I'd add explicit uint8_t llt_spare[3] to indicate the spare field that arises due to alignment.

This revision is now accepted and ready to land.May 26 2022, 9:59 AM

Add the spare member to indicate explicit alignment.

This revision now requires review to proceed.May 26 2022, 10:13 AM
sys/net/if_llatbl.h
169–170

I've added the llt_spare member.

This revision was not accepted when it landed; it landed in state Needs Review.May 30 2022, 10:54 AM
This revision was automatically updated to reflect the committed changes.