From: Russell Bryant Date: Mon, 30 Apr 2007 21:54:13 +0000 (+0000) Subject: Add a note to CHANGES about the new support for 802.1p. Thanks IgorG! X-Git-Tag: 1.6.0-beta1~3^2~2779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82fd9020f2d3922c53a254a214092e005500785;p=thirdparty%2Fasterisk.git Add a note to CHANGES about the new support for 802.1p. Thanks IgorG! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62480 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 162a04e5c0..e2295376c1 100644 --- a/CHANGES +++ b/CHANGES @@ -172,4 +172,8 @@ Miscellaneous * Added a new CDR module, cdr_sqlite3_custom. * Added a new realtime configuration module, res_config_sqlite * Added a new dialplan application, Bridge, which allows you to bridge the - calling channel to any other active channel on the system. + calling channel to any other active channel on the system. + * Added support for setting the CoS for VLAN traffic (802.1p). See the sample + configuration files for the IP channel drivers. The new option is "cos". + This information is also documented in doc/qos.tex, or the IP Quality of Service + section of asterisk.pdf.