From 31a4067a68fd28790af3344406d3014a7f10e002 Mon Sep 17 00:00:00 2001 From: jhay Date: Sat, 13 Apr 1996 15:13:30 +0000 Subject: 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. --- usr.sbin/IPXrouted/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/IPXrouted/defs.h') diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h index a5fb1f0..e26dbac 100644 --- a/usr.sbin/IPXrouted/defs.h +++ b/usr.sbin/IPXrouted/defs.h @@ -34,7 +34,7 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $Id: defs.h,v 1.1 1995/10/26 21:28:14 julian Exp $ + * $Id: defs.h,v 1.2 1995/10/27 10:48:25 julian Exp $ */ #include @@ -87,7 +87,7 @@ extern int r; /* Routing socket to install updates with */ extern int gateway; extern struct sockaddr_ipx ipx_netmask; /* Used in installing routes */ -extern char packet[MAXPACKETSIZE+sizeof(struct ipx)+1]; +extern char packet[MAXRXPACKETSIZE+1]; extern struct rip *msg; extern char **argv0; -- cgit v1.1