From owner-freebsd-net@FreeBSD.ORG Fri Mar 14 10:05:18 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40BDC106566B for ; Fri, 14 Mar 2008 10:05:18 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from aurynhome1sv1.zirakzigil.org (mail.zirakzigil.org [82.63.178.63]) by mx1.freebsd.org (Postfix) with SMTP id 7DE9B8FC1D for ; Fri, 14 Mar 2008 10:05:17 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: (qmail 72152 invoked by uid 98); 14 Mar 2008 10:05:14 -0000 Received: from 89.96.52.22 by aurynhome1sv1.zirakzigil.org (envelope-from , uid 89) with qmail-scanner-1.25 ( Clear:RC:0(89.96.52.22):. Processed in 0.043758 secs); 14 Mar 2008 10:05:14 -0000 X-Qmail-Scanner-Mail-From: auryn@zirakzigil.org via aurynhome1sv1.zirakzigil.org X-Qmail-Scanner: 1.25 (Clear:RC:0(89.96.52.22):. Processed in 0.043758 secs) Received: from unknown (HELO aurynmob2.giulioferro.it) (auryn@zirakzigil.org@89.96.52.22) by 0 with SMTP; 14 Mar 2008 10:05:14 -0000 Message-ID: <47DA4DCD.6050304@zirakzigil.org> Date: Fri, 14 Mar 2008 11:05:01 +0100 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.5 (X11/20070724) MIME-Version: 1.0 To: pyunyh@gmail.com References: <47D7C34E.8060805@zirakzigil.org> <47D817D2.9010306@errno.com> <47D8499A.5070605@zirakzigil.org> <20080313033029.GF16972@cdnetworks.co.kr> <47D92F9D.4070701@zirakzigil.org> <20080314001704.GA22788@cdnetworks.co.kr> In-Reply-To: <20080314001704.GA22788@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Thompson , freebsd-net@freebsd.org Subject: Re: VLAN trunking and fragmentation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 10:05:18 -0000 Pyun YongHyeon wrote: > > The latter is if_rlreg.h, I guess... > > Oops, yes. > > > > Anyway they don't compile: > > > > Maybe you don't copy if_rlreg.h to /usr/src/sys/pci directory? > I didn't ;-) Ok, I compiled and installed it. The behavior didn't change: the simple ping works all right, but when I send a ping greater than 1472 byte and fragments, nothing passes through: # tcpdump -i re0 -n -vvv not stp tcpdump: listening on re0, link-type EN10MB (Ethernet), capture size 96 bytes 11:49:38.004179 IP (tos 0x0, ttl 64, id 51279, offset 0, flags [+], proto ICMP (1), length 1500) 192.168.100.2 > 192.168.100.1: ICMP echo request, id 5, seq 0, length 1480 11:49:38.004183 IP (tos 0x0, ttl 64, id 51279, offset 1480, flags [none], proto ICMP (1), length 48) 192.168.100.2 > 192.168.100.1: icmp No packet reached the other PC.