]> git.llucax.com Git - software/pymin.git/blob - pymin/services/ppp/templates/options.X
Merge baryon.com.ar:workspace/pymin
[software/pymin.git] / pymin / services / ppp / templates / options.X
1 linkname ${conn.name}
2 % if conn.type == 'PPP':
3 lock ${conn.device}
4 % elif conn.type == 'OE':
5 lock plugin rp-pppoe.so ${conn.device}
6 % elif conn.type == 'TUNNEL':
7 lock noauth nobsdcomp nodeflate
8 % endif