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

arekm cvs at pld-linux.org
Sat Jan 21 13:32:54 CET 2006


Author: arekm
Date: Sat Jan 21 13:32:51 2006
New Revision: 6874

Modified:
   rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
Log:
Describe current PPPoE/PPPoA config.

Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
==============================================================================
--- rc-scripts/trunk/sysconfig/interfaces/ifcfg-description	(original)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-description	Sat Jan 21 13:32:51 2006
@@ -146,9 +146,27 @@
 			or by default use address specified by IP6_PRIM_IF
 			and REMIP6
 		fi
+		PPPOA=yes|no (generic PPP over ATM)
+		if PPPOA = yes ; then
+			PPPOA_VPI=<VPI number>
+			PPPOA_VCI=<VCI number>
+		fi
 		PPPOE_DEV=<ethX> (PPP over Ethernet device)
-		PPPOE_KERNEL=yes|no (use or not kernel space PPPoE support)
-		PPPOE_OPT=<options> (used only with userspace pppoe program)
+		if PPPOE_DEV exists ; then
+			PPPOE_KERNEL=yes|no (use or not kernel space PPPoE support)
+			PPPOE_OPT=<options> (used only with userspace pppoe program)
+		fi
+		PPPOA_EAGLE=yes|no (eagle-usb support)
+		if PPPOA_EAGLE = yes ; then
+			PPPOA_OPT=<options> (used only with userspace pppoa program)
+		fi
+		PPPOA_SPEEDTOUCH=yes|no (speedtouch support)
+		if PPPOA_SPEEDTOUCH = yes ; then
+			PPPOA_KERNEL=yes|no (use or not kernel space PPPoA support)
+			PPPOA_VPI=<VPI number>
+			PPPOA_VCI=<VCI number>
+			PPPOA_OPT=<options> (used only with userspace pppoa program)
+		fi
 		UNIT=yes|no (pass unit option to pppd (depends on DEVICE name)
 		             defaults to yes)
 	fi


More information about the pld-cvs-commit mailing list