]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/ppp/templates/options.X
Use more consistent getter name in ContainerSubHandler.
[software/pymin.git] / pymin / services / ppp / templates / options.X
index 11cacbc2ed0b9b3d1faab27b8650d4f3178e0ed4..ffaf43f17d6e869e032ef33606387a3e8c66333c 100644 (file)
@@ -1 +1,7 @@
-lock ${conn.dev}
\ No newline at end of file
+% if conn.type == 'PPP':
+lock ${conn.device}
+% elif conn.type == 'OE':
+lock plugin rp-pppoe.so ${conn.device}
+% elif conn.type == 'TUNNEL':
+lock noauth nobsdcomp nodeflate
+% endif
\ No newline at end of file