From owner-freebsd-net@FreeBSD.ORG Sun Jun 29 07:30:05 2008 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B521065684 for ; Sun, 29 Jun 2008 07:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1CD8FC15 for ; Sun, 29 Jun 2008 07:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5T7U5a0007975 for ; Sun, 29 Jun 2008 07:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5T7U57d007972; Sun, 29 Jun 2008 07:30:05 GMT (envelope-from gnats) Date: Sun, 29 Jun 2008 07:30:05 GMT Message-Id: <200806290730.m5T7U57d007972@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Shunsuke SHINOMIYA Cc: Subject: Re[2]: kern/125003: incorrect EtherIP header format. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shunsuke SHINOMIYA List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 07:30:05 -0000 The following reply was made to PR kern/125003; it has been noted by GNATS. From: Shunsuke SHINOMIYA To: Andrew Thompson , Hiroki Sato Cc: freebsd-bugs@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re[2]: kern/125003: incorrect EtherIP header format. Date: Sun, 29 Jun 2008 16:27:33 +0900 Hi, > It is unclear where the interoperability problem comes in. I'm sorry. A fix I submitted was a mistake. > Which would conform to the requirement. Can you describe the problem you > are seeing. FreeBSD's current implementation expects 0x03, 0x00 as EtherIP header, but another implementation(UNIVERGE IX2015, products by NEC, Japan) transmits 0x30, 0x00. Then FreeBSD box discards EtherIP packets. I read RFC3378 and thought 0x30, 0x00 is correct. The result of 'tcpdump -np -x proto etherip' at FreeBSD box is as follows. 192.168.2.37: FreeBSD box 192.168.2.128: IX2015 MAC addresses were replaced with ****. 16:02:40.952832 IP 192.168.2.128 > 192.168.2.37: etherip 344 0x0000: 4500 016c 0098 0000 4061 f2a3 c0a8 0280 0x0010: c0a8 0225 3000 **** **** **** **** **** ~~~~ EtherIP header by IX2015 snip 16:02:48.080826 IP 192.168.2.37 > 192.168.2.128: etherip 108 0x0000: 4500 0080 01f3 0000 1e61 1435 c0a8 0225 0x0010: c0a8 0280 0300 **** **** **** **** **** ~~~~ EtherIP header by FreeBSD snip -- Shunsuke SHINOMIYA