From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Jalsovsky Date: Tue, 01 Oct 2002 12:41:53 +0000 Subject: [LARTC] PPPoE & packet size Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello, does the following filter work on a ppp interface (which is for PPPoE - ADSL)? # prioritize small packets (<64 bytes) $TC filter add dev $DEV parent 1: protocol ip prio 12 u32 \ match ip protocol 6 0xff \ match u8 0x05 0x0f at 0 \ match u16 0x0000 0xffc0 at 2 \ flowid 1:2 - given from the HOWTO Thanks, Thomas _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/