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: yamt
Date: Tue Jul 27 12:22:59 UTC 2004
Modified Files:
src/sys/dist/pf/net: pf_ioctl.c pfvar.h
src/sys/net: if.c pfil.c pfil.h
Log Message:
- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events
as well.
- use it for pf(4).
mostly from Peter Postma. PR/26403.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dist/pf/net/pf_ioctl.c
cvs rdiff -r1.3 -r1.4 src/sys/dist/pf/net/pfvar.h
cvs rdiff -r1.143 -r1.144 src/sys/net/if.c
cvs rdiff -r1.22 -r1.23 src/sys/net/pfil.c
cvs rdiff -r1.23 -r1.24 src/sys/net/pfil.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