From owner-cvs-usrsbin Sat Apr 13 08:13:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27705 for cvs-usrsbin-outgoing; Sat, 13 Apr 1996 08:13:51 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27689 Sat, 13 Apr 1996 08:13:35 -0700 (PDT) Date: Sat, 13 Apr 1996 08:13:35 -0700 (PDT) From: John Hay Message-Id: <199604131513.IAA27689@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 defs.h main.c output.c protocol.h sap.h sap_output.c table.h tables.c trace.c trace.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/04/13 08:13:34 Modified: usr.sbin/IPXrouted IPXrouted.8 defs.h main.c output.c protocol.h sap.h sap_output.c table.h tables.c trace.c trace.h Log: Accept and use the content of packets received that is bigger than the Novell spec, but still only transmit according to the spec. Add a feature to dump the RIP and SAP tables when a SIGINFO signal is received. Revision Changes Path 1.3 +5 -0 src/usr.sbin/IPXrouted/IPXrouted.8 1.3 +2 -2 src/usr.sbin/IPXrouted/defs.h 1.4 +20 -2 src/usr.sbin/IPXrouted/main.c 1.3 +3 -2 src/usr.sbin/IPXrouted/output.c 1.2 +3 -2 src/usr.sbin/IPXrouted/protocol.h 1.3 +2 -1 src/usr.sbin/IPXrouted/sap.h 1.4 +3 -2 src/usr.sbin/IPXrouted/sap_output.c 1.2 +3 -3 src/usr.sbin/IPXrouted/table.h 1.2 +5 -1 src/usr.sbin/IPXrouted/tables.c 1.2 +29 -1 src/usr.sbin/IPXrouted/trace.c 1.3 +2 -1 src/usr.sbin/IPXrouted/trace.h