The following reply was made to PR kern/117827; it has been
noted by GNATS.
From: dfilter FreeBSD.ORG (dfilter service)
To: bug-followup FreeBSD.org
Cc:
Subject: Re: kern/117827: commit references a PR
Date: Sat, 12 Apr 2008 19:52:24 +0000 (UTC)
mlaier 2008-04-12 19:52:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
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.7.2.2 +13 -1 src/contrib/pf/pfctl/pfctl_altq.c
1.6.2.1 +27 -1 src/contrib/pf/pfctl/pfctl_qstats.c
1.10.2.1 +7 -1 src/sys/contrib/pf/net/pf_if.c
1.20.2.6 +117 -3 src/sys/contrib/pf/net/pf_ioctl.c
1.11.2.3 +8 -1 src/sys/contrib/pf/net/pfvar.h
_______________________________________________
cvs-all freebsd.org mailing list
htt
p://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to
"cvs-all-unsubscribe freebsd.org"
_______________________________________________
freebsd-pf freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to
"freebsd-pf-unsubscribe freebsd.org"
|