From mboxrd@z Thu Jan 1 00:00:00 1970 From: dileep reddy Subject: Changing priority of "filter table" at pre route hook Date: Tue, 16 Aug 2005 15:24:56 +0400 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi all, I 've registered a function at "local in" hook with a priority of NF_IP_PRI_RAW. When a packet arrives at "local in" hook, would this function be called before the filter table? If so, I want to lower the priority of "filter table", ie NF_IP_PRI_FILTER at "local in" hook than that of NF_IP_PRI_RAW so that this table would be called before that of the function registered with RAW. How can I do that?