Page MenuHomeFreeBSD

inpcb: gather v4/v6 handling code into in_pcballoc() from protocols
ClosedPublic

Authored by glebius on Aug 7 2022, 7:16 PM.
Tags
None
Referenced Files
F168537346: D36062.diff
Fri, Aug 28, 10:03 PM
Unknown Object (File)
Wed, Aug 26, 11:55 AM
Unknown Object (File)
Wed, Aug 26, 10:40 AM
Unknown Object (File)
Tue, Aug 25, 3:22 PM
Unknown Object (File)
Tue, Aug 25, 7:16 AM
Unknown Object (File)
Mon, Aug 24, 10:43 AM
Unknown Object (File)
Mon, Aug 24, 3:02 AM
Unknown Object (File)
Wed, Aug 19, 12:24 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46769
Build 43658: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Aug 8 2022, 5:40 PM
sys/netinet/in_pcb.c
643

Will this affect raw IPv6 sockets? I think someone should write regression tests with V4 mapped V6 addresses for that...

sys/netinet/in_pcb.c
643

Will this affect raw IPv6 sockets? I think someone should write regression tests with V4 mapped V6 addresses for that...

Why should it? Raw sockets do not check these flags.