SVN: rc-scripts/trunk/sysconfig/interfaces/ifcfg-description

glen glen at pld-linux.org
Sun Oct 28 18:58:31 CET 2007


Author: glen
Date: Sun Oct 28 18:58:31 2007
New Revision: 8893

Modified:
   rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
Log:
- $HOTPLUG is processed by udev (udev_net_helper)

Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
==============================================================================
--- rc-scripts/trunk/sysconfig/interfaces/ifcfg-description	(original)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-description	Sun Oct 28 18:58:31 2007
@@ -37,11 +37,11 @@
 
 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 @@
 			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 @@
 				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()


More information about the pld-cvs-commit mailing list