Git init
[external/ifupdown.git] / ipx.defn
1 address_family ipx
2 architecture linux
3
4 method static
5   description
6     This method may be used to setup an IPX interface.  It requires the
7     /ipx_interface/ command.
8
9   options
10     frame type             -- /type/ of ethernet frames to use (e.g. *802.2*)
11     netnum id              -- Network number
12
13   up
14     ipx_interface add %iface% %frame% %netnum%
15
16   down
17     ipx_interface del %iface% %frame%
18
19 method dynamic
20   description
21     This method may be used to setup an IPX interface dynamically.
22
23   options
24     frame type             -- /type/ of ethernet frames to use (e.g. *802.2*)
25
26   up
27     ipx_interface add %iface% %frame%
28
29   down
30     ipx_interface del %iface% %frame%