Deleted Added
full compact
IPXrouted.8 (79755) IPXrouted.8 (99968)
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.\"
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 79755 2001-07-15 08:06:20Z dd $
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
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
51.Nm
52.Nm
52is invoked at boot time to manage the IPX routing tables.
53utility is invoked at boot time to manage the IPX routing tables.
53The IPX routing daemon uses the Novell IPX Routing
54Information Protocol in maintaining up to date kernel routing
55table entries.
56.Pp
57Available options:
58.Bl -tag -width logfile
59.It Fl N
60Do not reply on GetNearestServer SAP request.

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

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

--- 73 unchanged lines hidden ---
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 ---