From owner-freebsd-bugs Thu Nov 16 06:40:32 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA20406 for bugs-outgoing; Thu, 16 Nov 1995 06:40:32 -0800 Received: from mwunix.mitre.org (mwunix.mitre.org [128.29.154.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA20394 for ; Thu, 16 Nov 1995 06:40:24 -0800 Received: from mwunix (localhost.mitre.org [127.0.0.1]) by mwunix.mitre.org (8.6.10/8.6.4) with SMTP id JAA10940 for ; Thu, 16 Nov 1995 09:40:20 -0500 Message-Id: <199511161440.JAA10940@mwunix.mitre.org> Date: Thu, 16 Nov 95 09:40:20 -0500 From: Dallas A Scott X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4m) MIME-Version: 1.0 To: bugs@freebsd.org Subject: rtsock/route bug X-URL: http://www.freebsd.org/support.html Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org Precedence: bulk There is a bug in the rtsock.c or route.c kernel code. The system will not accept a cmd of the form: route add -iface host -link dev(unit):ether_addr I walked through the route utility: it seems to send the correct cmd to the routing socket, but the kernel locks up. We had this problem in early 4.4 code and we fixed it, but I don't remember what we did. I'll look for our fix. Meanwhile, if anyone has fixed this... (Our BSDI systems work fine, but they may have our fix in the kernel.) Thanks, dscott@mitre.org