From mboxrd@z Thu Jan 1 00:00:00 1970 From: ratheesh k Subject: Re: printk mac address --hangs Date: Fri, 14 May 2010 08:07:04 +0530 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6ESF7KmYT7Ca4q8KoQzoBWr3FhjtRqLpYFY5v+7U1Rk=; b=oUVwmrncv0hIwVoQTTvprdp+F78LC+cvPlh8BffEUIeLfeesfR8WYF5/FO+DRy271t 6ZcXPmZXlav5J/DB6sG/JyJWNHzJcvgGlKrV+i/Y7116fhtQKAnnwh1RERzsZ6LN3csO FmAk4ufd5lXHbdRINLiiu/M8j9M8xteHnw+EM= In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Jan Engelhardt Cc: Netfilter mailing list On Fri, May 14, 2010 at 12:56 AM, Jan Engelhardt w= rote: >>Packets from lo will hit NF_IP_LOCAL_OUT hook ? > > Clearly. Could you please explain a little about the traversal of a local packet . say if i do : ping 127.0.0.1 .? what are the chains/hooks it will hit ? Is there any API to check whether it is a ether packet or not ? Thanks, Ratheesh On Fri, May 14, 2010 at 12:56 AM, Jan Engelhardt w= rote: > On Thursday 2010-05-13 19:24, ratheesh k wrote: > >>On Thu, May 13, 2010 at 10:46 PM, Jan Engelhardt = wrote: >>> Your hook received packets from all interfaces, including lo and >>> ethhdr-less tunnels. >> >>Packets from lo will hit NF_IP_LOCAL_OUT hook =A0? > > Clearly. > >>Could you please =A0tell =A0example for ether less packet =A0? > > As I said, all links that do not are of "ether" type (see `ip list`) >