Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144194 | Differences between
and this patch

Collapse All | Expand All

(-)net.example-2200 (-2 / +3 lines)
Lines 393-399 Link Here
393
# Each PPP interface requires an interface to use as a "Link"
393
# Each PPP interface requires an interface to use as a "Link"
394
#link_ppp0="/dev/ttyS0" 		# Most PPP links will use a serial port
394
#link_ppp0="/dev/ttyS0" 		# Most PPP links will use a serial port
395
#link_ppp0="eth0"       		# PPPoE requires an ethernet interface
395
#link_ppp0="eth0"       		# PPPoE requires an ethernet interface
396
#link_ppp0="/dev/null"			# PPPoA and ISDN links should have this
396
#link_ppp0="[itf.]vpi.vci"		# PPPoA requires the ATM VC's address
397
#link_ppp0="/dev/null"			# ISDN links should have this
397
#link_ppp0="pty 'your_link_command'"	# PPP links over ssh, rsh, etc
398
#link_ppp0="pty 'your_link_command'"	# PPP links over ssh, rsh, etc
398
#
399
#
399
# Here you should specify what pppd plugins you want to use
400
# Here you should specify what pppd plugins you want to use
Lines 401-407 Link Here
401
#			 radattr, radrealms and winbind 
402
#			 radattr, radrealms and winbind 
402
#plugins_ppp0=(
403
#plugins_ppp0=(
403
#	"pppoe"				# Required plugin for PPPoE
404
#	"pppoe"				# Required plugin for PPPoE
404
#	"pppoa 0.8.35 vc-encaps"	# Example plugin for PPPoA
405
#	"pppoa vc-encaps"		# Required plugin for PPPoA with an option
405
#	"capi"				# Required plugin for ISDN
406
#	"capi"				# Required plugin for ISDN
406
#)
407
#)
407
#
408
#

Return to bug 144194