Deleted Added
sdiff udiff text old ( 79755 ) new ( 99968 )
full compact
1.\" Copyright (c) 1986, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Copyright (c) 1995 John Hay. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $FreeBSD: head/usr.sbin/IPXrouted/IPXrouted.8 99968 2002-07-14 14:47:15Z charnier $
35.\"
36.Dd October 11, 1995
37.Dt IPXROUTED 8
38.Os
39.Sh NAME
40.Nm IPXrouted
41.Nd IPX Routing Information Protocol daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl N
45.Op Fl q
46.Op Fl s
47.Op Fl S
48.Op Fl t
49.Op Ar logfile
50.Sh DESCRIPTION
51The
52.Nm
53utility is invoked at boot time to manage the IPX routing tables.
54The IPX routing daemon uses the Novell IPX Routing
55Information Protocol in maintaining up to date kernel routing
56table entries.
57.Pp
58Available options:
59.Bl -tag -width logfile
60.It Fl N
61Do not reply on GetNearestServer SAP request.

--- 44 unchanged lines hidden (view full) ---

106to find those
107directly connected interfaces configured into the
108system and marked
109.Dq up
110(the software loopback interface
111is ignored). If multiple interfaces
112are present, it is assumed the host will forward packets
113between networks.
114The
115.Nm
116utility then transmits a
117.Em request
118packet on each interface (using a broadcast packet if
119the interface supports it) and enters a loop, listening
120for
121.Em request
122and
123.Em response
124packets from other hosts.

--- 73 unchanged lines hidden ---