cvs commit: src/contrib/pf/pfctl pfctl_altq.c pfctl_qstats.c
src/sys/contrib/pf/net pf_if.c pf_ioctl.c pfvar.h
Max Laier
mlaier at FreeBSD.org
Sat Apr 12 18:26:49 UTC 2008
mlaier 2008-04-12 18:26:48 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
contrib/pf/pfctl pfctl_altq.c pfctl_qstats.c
sys/contrib/pf/net pf_if.c pf_ioctl.c pfvar.h
Log:
MFC:
Make ALTQ cope with disappearing interfaces (particularly common with mpd
and netgraph in gernal). This also allows to add queues for an interface
that is not yet existing (you have to provide the bandwidth for the
interface, however).
PR: kern/106400, kern/117827
Tested by: Florian Smeets, Boris S.
Revision Changes Path
1.9.2.1 +13 -1 src/contrib/pf/pfctl/pfctl_altq.c
1.6.10.1 +27 -1 src/contrib/pf/pfctl/pfctl_qstats.c
1.11.2.3 +7 -1 src/sys/contrib/pf/net/pf_if.c
1.28.2.2 +117 -3 src/sys/contrib/pf/net/pf_ioctl.c
1.16.2.1 +8 -1 src/sys/contrib/pf/net/pfvar.h
More information about the cvs-src
mailing list