]> git.llucax.com Git - software/pymin.git/blob - services/ppp/templates/options.X
Add GPL v3 license to the project
[software/pymin.git] / 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