From owner-freebsd-commit Mon Dec 4 21:00:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA07295 for freebsd-commit-outgoing; Mon, 4 Dec 1995 21:00:33 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA07267 for cvs-all-outgoing; Mon, 4 Dec 1995 21:00:21 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA07254 for cvs-usrsbin-outgoing; Mon, 4 Dec 1995 21:00:18 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA07132 ; Mon, 4 Dec 1995 21:00:00 -0800 Date: Mon, 4 Dec 1995 21:00:00 -0800 From: Julian Elischer Message-Id: <199512050500.VAA07132@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted output.c sap_output.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk julian 95/12/04 20:59:59 Modified: usr.sbin/IPXrouted output.c sap_output.c Log: Submitted by: john hay >From jhay@mikom.csir.co.za Mon Dec 4 09:48:12 1995 Subject: Yet another IPXrouted fix I think these should should make IPXrouted fairly stable. These last problems only showed when we had more than one route of the same cost to a net. This will fix some endless loops in the clone code. John -- John Hay -- John.Hay@csir.co.za Revision Changes Path 1.2 +2 -2 src/usr.sbin/IPXrouted/output.c 1.3 +3 -2 src/usr.sbin/IPXrouted/sap_output.c