~ubuntu-branches/ubuntu/saucy/ifupdown/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
address_family ipx
architecture linux

method static
  description
    This method may be used to setup an IPX interface.  It requires the
    /ipx_interface/ command.

  options
    frame type             -- /type/ of Ethernet frames to use (e.g. *802.2*)
    netnum id              -- Network number

  up
    ipx_interface add %iface% %frame% %netnum%

  down
    ipx_interface del %iface% %frame%

method dynamic
  description
    This method may be used to setup an IPX interface dynamically.

  options
    frame type             -- /type/ of Ethernet frames to use (e.g. *802.2*)

  up
    ipx_interface add %iface% %frame%

  down
    ipx_interface del %iface% %frame%