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

« back to all changes in this revision

Viewing changes to ipx.defn

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-08-26 16:56:45 UTC
  • mfrom: (107.1.3 saucy)
  • Revision ID: package-import@ubuntu.com-20130826165645-0ewzt2yfckue8phe
Tags: 0.7.44ubuntu1
* Merge from Debian. Remaining changes:
  - If the /etc/NetworkManager/NetworkManager.conf file is present
    but doesn't have the "ifupdown:managed" the previous upload instructed
    the iniparser to return -1, which evaluates to TRUE. We instead instruct
    it to return 0, as we shouldn't prevent ifupdown from managing the
    interfaces in that case, as NM won't either. (LP: #281984)
  - Remove /etc/default/networking as the upstart job doesn't use it and
    can't really use it without some significant changes (support exclusion
    lists in all the upstart jobs).
  - Add transition code for moving /etc/init.d/networking from netbase
    to ifupdown.
  - Make /etc/init.d/networking exit 1 immediately on Upstart system
    with an error message telling the user to use 'service'.
  - Always call dhclient with -1, Ubuntu carries a patch so that renewal
    won't time out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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%