File: ipx_route.8

package info (click to toggle)
ipx 1.0-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 148 kB
  • ctags: 55
  • sloc: ansic: 1,054; sh: 76; makefile: 72
file content (24 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH IPX_ROUTE 8 "IPX Utilities" "Caldera, Inc." 
.SH NAME
ipx_route \- add or delete IPX route
.SH SYNOPSIS
.B ipx_route
add target_network router_network router_node
.LP
.B ipx_route
del target_network
.SH DESCRIPTION
.B ipx_route
adds or deletes an IPX route.
The kernel IPX stores only one route per target network at a time.
.SS OPTIONS
.TP
.I add
This option is used to set up the route to a target network.
.TP
.I del
This option is used to delete the route to a target network.
.SH FILES
.I /proc/net/ipx_interface /proc/net/ipx_route
.SH AUTHOR
Greg Page <greg.page@caldera.com>