CVS: cvs.openbsd.org: src
Alexander Bluhm <[email protected]> Tue, 11 Aug 2026 08:28:59 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/11 08:28:59 Modified files: sys/net : pf_norm.c sys/netinet : ip_input.c ip_var.h sys/netinet6 : frag6.c ip6_var.h Log message: Reassemble IP fragments in correct routing domain. Fragment reassembly in pf(4) and inet(4) and inet6(4) did not respect the routing domain. Fragments from different routing domains could be merged together. Keep track of rdomain in pf and network stack. Convert routing table to routing domain where necessary. Sort struct fields by size. report and diff from Acts1631; fixes by bluhm@; OK sashan@