Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: maxv
Date: Tue Jul 10 15:46:58 UTC 2018
Modified Files:
src/sys/net/npf: npf_handler.c
src/sys/netinet: ip_input.c ip_reass.c ip_var.h
Log Message:
Remove the second argument from ip_reass_packet(). We want the IP header
on the mbuf, not elsewhere. Simplifies the NPF reassembly code a little.
No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/net/npf/npf_handler.c
cvs rdiff -u -r1.384 -r1.385 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.17 -r1.18 src/sys/netinet/ip_reass.c
cvs rdiff -u -r1.125 -r1.126 src/sys/netinet/ip_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index