]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mega IPX commit.
authorJohn Hay <jhay@FreeBSD.org>
Sat, 10 May 1997 09:58:58 +0000 (09:58 +0000)
committerJohn Hay <jhay@FreeBSD.org>
Sat, 10 May 1997 09:58:58 +0000 (09:58 +0000)
commit8c7e2b93a08be7d065c270f6b49ee48739e456fb
tree75683cd7bc869f82c9b34290dc0eaedbb3f2ce20
parent5719a93caf7cf77e657a8d91deac654f1f052c4e
Mega IPX commit.

Use the MAC address of an interface for the host part of an IPX address
and not the MAC address of the first interface for every IPX address.
This is more inline with the way others like Novell do it.
Mostly Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>

Take out the error messages (the ip icmp equivalent) with #ifdef IPXERRORMSGS.
This is bogus and as far as I could figure out IPX don't have anything like
it. This is a leftover from its XNS heritage. If nobody complains, I will
take it out completely in a few weeks.

Add some more ipxstat statistics counters.

Make ipxprintfs a sysctl variable and off by default.

Add IPX Netbios "routing" support. This is off by default and can be
switched on with a sysctl knob.

General code cleanup to at least use the same style throughout the IPX
code, but also be more style(9) conformant. Also make a lot of functions
static.

If I don't get any complaints I'll bring all of this over to the 2.2 tree
in a few weeks.
21 files changed:
sys/netipx/ipx.c
sys/netipx/ipx.h
sys/netipx/ipx_cksum.c
sys/netipx/ipx_error.c
sys/netipx/ipx_error.h
sys/netipx/ipx_if.h
sys/netipx/ipx_input.c
sys/netipx/ipx_ip.c
sys/netipx/ipx_ip.h
sys/netipx/ipx_outputfl.c
sys/netipx/ipx_pcb.c
sys/netipx/ipx_pcb.h
sys/netipx/ipx_proto.c
sys/netipx/ipx_usrreq.c
sys/netipx/ipx_var.h
sys/netipx/spx.h
sys/netipx/spx_debug.c
sys/netipx/spx_debug.h
sys/netipx/spx_timer.h
sys/netipx/spx_usrreq.c
sys/netipx/spx_var.h