Received: with ECARTIS (v1.0.0; list netdev); Thu, 30 Dec 2004 20:59:46 -0800 (PST) Received: from mx02.cybersurf.com (mx02.cybersurf.com [209.197.145.105]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id iBV4xJAc025658 for ; Thu, 30 Dec 2004 20:59:39 -0800 Received: from mail.cyberus.ca ([209.197.145.21]) by mx02.cybersurf.com with esmtp (Exim 4.30) id 1CkF0v-0002OD-93 for netdev@oss.sgi.com; Fri, 31 Dec 2004 00:07:49 -0500 Received: from cpe0030ab124d2f-cm014500000962.cpe.net.cable.rogers.com ([24.103.99.32] helo=[10.0.0.9]) by mail.cyberus.ca with esmtp (Exim 4.20) id 1CkF0t-0008Lm-F1; Fri, 31 Dec 2004 00:07:47 -0500 Subject: Re: ing_filter debug messages From: jamal Reply-To: hadi@cyberus.ca To: Wichert Akkerman Cc: netdev@oss.sgi.com, tgraf@suug.ch In-Reply-To: <20041230160643.GD24603@wiggy.net> References: <20041230160643.GD24603@wiggy.net> Content-Type: text/plain Organization: jamalopolous Message-Id: <1104469666.1049.231.camel@jzny.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 31 Dec 2004 00:07:46 -0500 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 13273 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: hadi@cyberus.ca Precedence: bulk X-list: netdev The emssage is useful but debug (mostly). Whats your ifconfig look like? Have some tunnels in there maybe? Whats your netfilter setup? cheers, jamal On Thu, 2004-12-30 at 11:06, Wichert Akkerman wrote: > After upgrading a machine to (unpatched mainline) 2.6.10 my kernel log > is filled with ing_filter (debug?) messages: > > Dec 30 16:24:58 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 16:24:58 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 16:37:08 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 16:37:08 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 16:49:08 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 16:49:08 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 17:01:08 thunder kernel: ing_filter: fixed eth1 out eth1 > Dec 30 17:01:08 thunder kernel: ing_filter: fixed eth1 out eth1 > > the messages always come in pairs. eth1 is the externel interface which > has a standard wondershaper configuration attached to it. Relevant bits > of .config are below. > > Wichert. > > > # > # QoS and/or fair queueing > # > CONFIG_NET_SCHED=y > CONFIG_NET_SCH_CLK_JIFFIES=y > # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set > # CONFIG_NET_SCH_CLK_CPU is not set > CONFIG_NET_SCH_CBQ=y > CONFIG_NET_SCH_HTB=y > # CONFIG_NET_SCH_HFSC is not set > # CONFIG_NET_SCH_PRIO is not set > # CONFIG_NET_SCH_RED is not set > CONFIG_NET_SCH_SFQ=y > # CONFIG_NET_SCH_TEQL is not set > CONFIG_NET_SCH_TBF=y > # CONFIG_NET_SCH_GRED is not set > # CONFIG_NET_SCH_DSMARK is not set > # CONFIG_NET_SCH_NETEM is not set > CONFIG_NET_SCH_INGRESS=y > CONFIG_NET_QOS=y > CONFIG_NET_ESTIMATOR=y > CONFIG_NET_CLS=y > CONFIG_NET_CLS_TCINDEX=y > CONFIG_NET_CLS_ROUTE4=y > CONFIG_NET_CLS_ROUTE=y > CONFIG_NET_CLS_FW=y > CONFIG_NET_CLS_U32=y > # CONFIG_CLS_U32_PERF is not set > # CONFIG_NET_CLS_IND is not set > CONFIG_NET_CLS_RSVP=y > CONFIG_NET_CLS_RSVP6=y > CONFIG_NET_CLS_ACT=y > CONFIG_NET_ACT_POLICE=y > CONFIG_NET_ACT_GACT=y > CONFIG_GACT_PROB=y > CONFIG_NET_ACT_MIRRED=y > CONFIG_NET_ACT_IPT=y > CONFIG_NET_ACT_PEDIT=y >