OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [Documentation/] [networking/] [ipx.txt] - Diff between revs 901 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 901 Rev 1765
The IPX support in the Linux kernel has two modes of operation:
The IPX support in the Linux kernel has two modes of operation:
With and without the full internal IPX network. For all normal
With and without the full internal IPX network. For all normal
operations, you do not need the full internal IPX network.
operations, you do not need the full internal IPX network.
The full internal IPX network enables you to allocate sockets on
The full internal IPX network enables you to allocate sockets on
different virtual nodes of the internal network. This is done by
different virtual nodes of the internal network. This is done by
evaluating the field sipx_node of the socket address given to the bind
evaluating the field sipx_node of the socket address given to the bind
call. So applications should always initialize the node field to 0
call. So applications should always initialize the node field to 0
when binding a socket on the primary network. In this case the socket
when binding a socket on the primary network. In this case the socket
is assigned the default node that has been given to the kernel when
is assigned the default node that has been given to the kernel when
the internal network was created.
the internal network was created.
By enabling the full internal IPX network the cross-forwarding of
By enabling the full internal IPX network the cross-forwarding of
packets targeted at 'special' sockets to sockets listening on the
packets targeted at 'special' sockets to sockets listening on the
primary network is disabled. This might break existing applications,
primary network is disabled. This might break existing applications,
especially RIP/SAP daemons. A RIP/SAP daemon that works well with
especially RIP/SAP daemons. A RIP/SAP daemon that works well with
the full internal net can be found on ftp.gwdg.de:/pub/linux/misc/ncpfs.
the full internal net can be found on ftp.gwdg.de:/pub/linux/misc/ncpfs.
If you want the full internal network, please uncomment the correspondig
If you want the full internal network, please uncomment the correspondig
#define in line 19 of include/net/ipx.h
#define in line 19 of include/net/ipx.h
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.