Projet

Général

Profil

Tâche #24711

Mis à jour par Joël Cuissinat il y a plus de 5 ans

<pre>
creole/funcs/master_network_interfaces.py:def _gen_pppoe_interface():
creole/funcs/master_network_interfaces.py: """Generate the dsl-provider pppoe interface
creole/funcs/master_network_interfaces.py: elif interface_method == u'pppoe':
creole/funcs/master_network_interfaces.py: interfaces.append(_gen_pppoe_interface())
Fichier binaire .git/index correspondant
tmpl/pap-secrets:"%%pppoe_user" * "%%pppoe_passwd"
tmpl/dsl-provider:#plugin rp-pppoe.so %%pppoe_interface
tmpl/dsl-provider:pty "pppoe -I %%pppoe_interface -T 120"
tmpl/dsl-provider:pty "pppoe -I %%pppoe_interface -T 120 -m %%valeur_mtu_ppp0"
tmpl/dsl-provider:#pty "pppoe -I eth0 -T 80 -m 1412"
tmpl/dsl-provider:#pty "pppoe -I eth0 -T 80 -m 1452"
tmpl/dsl-provider:user "%%pppoe_user"
tmpl/chap-secrets:"%%pppoe_user" * "%%pppoe_passwd"
eole-common.mk: $(INSTALL_PROGRAM) network-scripts/pppoe/bastion $(DESTDIR)/etc/ppp/ip-up.d
dicos/01_network.xml: <file filelist='pppoe' name='/etc/ppp/peers/dsl-provider'/>
dicos/01_network.xml: <file filelist='pppoe' name='/etc/ppp/pap-secrets'/>
dicos/01_network.xml: <file filelist='pppoe' name='/etc/ppp/chap-secrets'/>
dicos/01_network.xml: <file filelist='pppoe' name='/etc/ppp/ip-up.d/0000usepeerdns' mode='0755'/>
dicos/01_network.xml: <variable name='pppoe_user' type='unix_user' description='Nom du compte PPPoE' mandatory='True'/>
dicos/01_network.xml: <variable name='pppoe_passwd' type='password' description='Mot de passe PPPoE' mandatory='True'/>
dicos/01_network.xml: <variable name='pppoe_interface' type='string' description='Interface où PPPoE est connecté' mandatory='True' mode='expert'/>
dicos/01_network.xml: <fill name='calc_val' target='pppoe_interface'>
dicos/01_network.xml: <param>pppoe</param>
dicos/01_network.xml: <target type='variable'>pppoe_user</target>
dicos/01_network.xml: <target type='variable'>pppoe_passwd</target>
dicos/01_network.xml: <target type='variable'>pppoe_interface</target>
dicos/01_network.xml: <target type='filelist'>pppoe</target>
</pre>

Retour