From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Donner Subject: skb->priority on arp packets Date: Mon, 4 Jun 2007 23:32:02 +0200 Message-ID: <200706042332.02732.donner@dbd-breitband.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from mail.dbd-breitband.de ([217.188.211.21]:6130 "EHLO dbd-mpx01.dbd-breitband.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751112AbXFDVdB (ORCPT ); Mon, 4 Jun 2007 17:33:01 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by dbd-mpx01.dbd-breitband.de (Postfix) with ESMTP id 4AEDF439F8 for ; Mon, 4 Jun 2007 23:31:25 +0200 (CEST) Received: from dbd-mpx01.dbd-breitband.de ([127.0.0.1]) by localhost (dbd-mpx01.dbd-breitband.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10592-06 for ; Mon, 4 Jun 2007 23:31:19 +0200 (CEST) Received: from mod01.local (unknown [192.168.10.212]) by dbd-mpx01.dbd-breitband.de (Postfix) with ESMTP id CEBBD439F7 for ; Mon, 4 Jun 2007 23:31:19 +0200 (CEST) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org hi @all, is it possible to set the skb->priority on arp packets generated by the kernel? I want to to set the 802.1p priority on arp and ip packets on an interface. On ip packets, this can be done by the iptables CLASSIFY target and the skb->priority mapping from the vlan implementation. any ideas? thx Marc