From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rani Ahmed Date: Mon, 05 Jun 2006 06:45:46 +0000 Subject: [LARTC] how to write in tcng this PPPoE filter? Message-Id: <4483D31A.6050302@idm.net.lb> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org can some one please how to transform this into TCNG code? tc filter add dev ${DEVICE} parent 1: protocol all u32 \ match u16 0x8864 0xFFFF at -2 flowid 1:${ID} 8864 is the PPP session ethernet protocol the above code is used to shape all PPPoE traffic on the same device so this way i can make use of the borrowing facilty which is not given by PPPoE. PPPoE gives me each time a device => each device is an independent device and an independent queue => no borrowing at all. thanks. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc