freebsd-dev/usr.sbin/IPXrouted
John Hay 85d2c81156 Major IPXrouted rework.
In rt_change() remember to update the interface pointer otherwise we will
send the RIP packets to the wrong interface(s) in future.

Update the hash generator and increase the size of the hash tables.

Only use the network and host parts when comparing IPX interface addresses.

Immediately broadscast RIP and SAP changes.

Change the alarm code to use the setitimer() call and only set a flag in
the alarm signal handler. This gets rid of possible race conditions.

Remove the host routing table. IPX RIP cannot do host routes, only net routes.

Make the delay between broadcast packets 50ms. It seems that some Netware
4.x servers is very slow and don't have much input buffering.

Handle received messages about networks and services that go down, better.

Add tracing of RIP and SAP changes. It gets sysloged with a level of
LOG_DEBUG.
1997-07-06 07:38:36 +00:00
..
af.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
af.h Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
defs.h Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
if.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
input.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
interface.h Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
IPXrouted.8 Accept and use the content of packets received that is bigger than the 1996-04-13 15:13:30 +00:00
main.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
output.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
protocol.h Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
sap_input.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
sap_output.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
sap_tables.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
sap.h Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
startup.c Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
table.h Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
tables.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
timer.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
trace.c Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
trace.h Major IPXrouted rework. 1997-07-06 07:38:36 +00:00