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: seanb
Date: Tue Nov 25 15:04:37 UTC 2014
Modified Files:
src/sys/netinet: in_pcb.c in_pcb.h
src/sys/netinet6: in6_pcb.c
Log Message:
Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptions
(v4 multicast options off v4 mapped v6 socket) on interface destruction. The
code to clean this up in a true v4 socket was moved to its own function
which is now also called in the corresponding place for v6 sockets on
interface destruction.
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.54 -r1.55 src/sys/netinet/in_pcb.h
cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/in6_pcb.c
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