From owner-cvs-sbin Fri Jul 18 04:13:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA15736 for cvs-sbin-outgoing; Fri, 18 Jul 1997 04:13:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15561; Fri, 18 Jul 1997 04:09:53 -0700 (PDT) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA29088; Fri, 18 Jul 1997 04:08:37 -0700 (PDT) Date: Fri, 18 Jul 1997 04:08:37 -0700 (PDT) Message-Id: <199707181108.EAA29088@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/routed if.c table.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/07/18 04:08:36 PDT Modified files: sbin/routed if.c table.c Log: Check if routed had the same problems that route(1) had. The answer is not really, but almost. it sent data that was ok, though it was a hack, but it was bug-compatible with the kernel on receiving them. This also had been fixed with a hack.. I hacked it better I think. Revision Changes Path 1.2 +422 -214 src/sbin/routed/if.c 1.5 +4 -8 src/sbin/routed/table.c