]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- $HOTPLUG is processed by udev (udev_net_helper)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Oct 2007 17:58:31 +0000 (17:58 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Oct 2007 17:58:31 +0000 (17:58 +0000)
svn-id: @8893

sysconfig/interfaces/ifcfg-description

index 764da2b9e4b6d76aca109061cb2f164e68857215..251fdfd1a3b1e6663c970ab9e70ef9ebf50ccd2f 100644 (file)
@@ -37,11 +37,11 @@ IP_ROPTS1= options for ip route add (currently used only for IP4_PRIM_IF)
 
 IP4_PRIM_IF="1"                # number of primary IPv4 interface (IPADDRx)
 IP4_SRC_IF="1"         # number of IPv4 address for ip's ,,src'' parameter
-IP6_PRIM_IF=""         # 
-IP6_SRC_IF=""          # 
+IP6_PRIM_IF=""         #
+IP6_SRC_IF=""          #
 
 [ ONBOOT={no|yes} ]
-[ HOTPLUG={no|yes} ] - bring up from hotplug (default to no)
+[ HOTPLUG={no|yes} ] - bring up from hotplug (udev for example) (default to no)
 [ MULTICAST={|no|yes} ]        - for eth automatically set to yes
 [ ARP={no|yes} ]       - for eth automatically set to yes
 [ IPV6_DISABLE_AUTOCONF={yes|no} ] - disable IPv6 autoconfiguration
@@ -117,18 +117,18 @@ if        DEVICE=eth*; then
                        WLAN_WPA_OPTIONS=[additional wpa_supplicant options]
                fi
        fi
-       
+
 elif   DEVICE=ppp* || DEVICE=sl* ; then
-       
+
        PERSIST=yes|no
        MODEMPORT=<device, say /dev/modem>
        LINESPEED=<speed, say 115200>
-       DEFABORT=yes|no 
+       DEFABORT=yes|no
         DIRECT_CONNECT=yes|no (direct connection without chat/wvdial used for example
                               on SDI or leased lines)
-       
+
        if      DEVICE=ppp* ; then
-       
+
                AUTH=yes|no
                PEERDNS=yes|no
                DEFROUTE=yes|no
@@ -210,12 +210,12 @@ elif      DEVICE=br* ; then       /* Bridge */
                                Note: see note above
        fi
 elif    DEVICE=irda* ; then     /* IrDA */
-        
+
         IRDAPORT=<device, say /dev/ttyS1>
         DONGLE=<driver, see README.irattach from irda-utils package>
         DISCOVERY=yes|no (starts discovery of remote IrDA devices)
 fi
-                               
+
 # You can also run some other programs *after* device has been brought up or down.
 # Just create functions run_up() and run_down().
 run_up()
This page took 0.191596 seconds and 4 git commands to generate.